I have repaint/refresh issues with my Eclipse IDE 2018 (under Linux Mint 18.3).
Indeed, stuff like this happen all the time:
and I have to scroll or save to get the correct display:
Before that, eclipse was very laggy/slow. I had to switch from GTK3 to GTK2. But this bug remains (still usable but annoying).
In my eclipse.ini
--launcher.GTK_version
2
and in my eclipse configuration:
org.eclipse.swt.internal.gdk.backend=x11
org.eclipse.swt.internal.gtk.theme=Mint-X
org.eclipse.swt.internal.gtk.version=2.24.30
org.eclipse.swt.internal.webkitgtk.version=2.4.11
Any idea?
Thanks
Related
I am using Eclipse Neon IDE (for Java EE developers) in Ubuntu 17.04.
I tried other versions of eclipse also, but I am not able to see tool bar in the eclipse.
Please help me on this.
Thanks in advance
This seems to be Eclipse bug 516408. Maybe it is already fixed in Eclipse Oxygen. If not, please add a comment in the Eclipse bug and try following workaround:
Workaround: Use Ubuntu 16.04 (gtk-3.18.9), or set SWT_GTK3=0
I'm using the following configuration:
Linux Mint 17.3 Cinnamon 2.8.6
kernel 3.19.0-32-generic
amd radeon r5 m330
driver: xserver-xorg-video-ati v 1:7.3.0-1ubuntu3.1
Eclipse Version: Mars.1 Release (4.5.1)
Build id: 20150924-1200
When I scroll the page I obtain this graphical problem (you can see the code duplicated, I imagine is a refresh problem of the GPU):
How can I solve the problem? I also tried to used fglrx-updates v. 2:15.200, but i didn't solve anything
I also tried to use an external monitor (samsung screen 23" connected with an hdmi) instead of the laptop screen but the problem doesn't goes away.
That seems to be related to libgtk3 usage in Linux Mint which is somewhat incompatible with Eclipse.
I had the same problem and I cured it adding:
--launcher.GTK_version
2
in eclipse.ini before --launcher.appendVmargs.
Unfortunately that doesn't seem to be the whole story as I still have "strange" crashes, but might be JavaFX-related, so YMMV.
I am running RedHawk 1.10.2 on Ubuntu14.04. I built RedHawk from sources following the instructions in Appendix F of the manual. But when I start the the ide the window is missing the top menu bar "File Edit Source Refactor Navigate ..." When I run 1.10.0 on CentOS it is there. Has 1.10.2 changed something or did my build miss something? I am not familiar with customizing Eclipse, so I have no idea where these menus are configured into Eclipse (or any of the other menus that ARE appearing fine).
Has anyone seen this? Can you point me to what might have gone wrong or where in the source this was setup?
Its an issue with Eclipse and newer versions of Ubuntu.
See this related Stackoverflow post:
Eclipse menus don't show up after upgrading to Ubuntu 13.10
I found it easiest if you put the following in your bashrc
export UBUNTU_MENUPROXY=0
I've just updated my Eclipse Version to Luna 4.4.2 and restarted it.
Now I can not type anything into any text box in Eclipse. In other programs I can type as normal. I have already restart Eclipse and the MacBook.
I've a MacBook Air 2013 with OS X 10.10.3 Yosemite.
best regards
korbi
Probably due to multiple versions of org.eclipse.jface installed. See Bug 388359
Go to your eclipse/plugins directory and search for org.eclipse.jface_3.** files. In my case found:
org.eclipse.jface_3.10.1.v20140813-1009.jar
org.eclipse.jface_3.10.2.v20141021-1035.jar
org.eclipse.jface_3.8.0.dist.jar
I have moved 1 and 3 out of the directory, leaving only the most recent version. This will work for me.
As you can see the buttons in the toolbar are huge. I am using eclipse luna 4.4 on linux mint 16 (ubuntu based).
I tried finding the appropriate css in the org.eclipse.ui.themes folder but nothing seemed to have any effect.
This is no longer an issue in ubuntu 14 (linux mint 17).