Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Mars blurs

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?

like image 613
ric128 Avatar asked Dec 25 '22 17:12

ric128


1 Answers

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

like image 58
greg-449 Avatar answered Jan 09 '23 01:01

greg-449