Eclipse Mars blurs

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-20 01:39:53

问题


After working with Eclipse Luna for a few years I decided to migrate to Mars. I noticed that when I move to the right with the h-scroll it becomes blurred.

I am working with Ubuntu 14.04 in a laptop Compaq 6710b.

Can someone help me with this problem?


回答1:


This might be due to the change from GTK 2 in Luna to GTK 3 in Mars

Try putting the lines:

--launcher.GTK_version
2

in your 'eclipse.ini' file (must be before any '-vmargs' line) and the words must be on separate lines.

A bit more detail in Eclipse bug 470944



来源:https://stackoverflow.com/questions/31361719/eclipse-mars-blurs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!