Community
Participate
Working Groups
Created attachment 240430 [details] the buggy window Version: Luna (4.4) Build id: I20140218-0800 I can't add any information on VM and Program arguments in the Ubuntu 64 13.10. see image attached.
Should it be PDE UI or Platform UI?
Moving to Platform UI as the textbox doesn't show up at all. PDE is reusing a tab from JDT, so if it is something wrong with the page setup, it should be sent to JDT UI first.
(In reply to Cristiano Gaviao from comment #0) > Created attachment 240430 [details] > the buggy window Can you reproduce it if you launch eclipse with SWT_GTK3=0 ? PW
Does it work for 'Java Application' launch configurations?
> Can you reproduce it if you launch eclipse with SWT_GTK3=0 ? > > PW Sorry for late reply. as I moved from macosx I had to figure out the ubuntu custom launcher tricks before answering the question. No, can't reproduce using SWT_GTK3=0 property; adding it makes the launcher tabs become normal. thanks Paul. Copying here the desktop launcher file that I used in case someone need it: [Desktop Entry] Name=Eclipse Luna M5 Name[en]=Eclipse Luna M5 Version=4.4-M5 Comment=Eclipse Integrated Development Environment Exec=env UBUNTU_MENUPROXY=0 SWT_GTK3=0 /opt/eclipse-ide/eclipse-M5-java/eclipse Type=Application Icon=eclipse-luna.xpm Terminal=false NoDisplay=false Categories=Development;IDE;Java StartupWMClass=Eclipse
(In reply to Dani Megert from comment #4) > Does it work for 'Java Application' launch configurations? Without the SWT_GTK3=0, any launcher type works (Java Application, Eclipse or OSGi Applications)
(In reply to Cristiano Gaviao from comment #6) > (In reply to Dani Megert from comment #4) > > Does it work for 'Java Application' launch configurations? > > Without the SWT_GTK3=0, any launcher type works (Java Application, Eclipse > or OSGi Applications) Did you want to say "does *not* work"?
(In reply to Dani Megert from comment #7) > (In reply to Cristiano Gaviao from comment #6) > > (In reply to Dani Megert from comment #4) > > > Does it work for 'Java Application' launch configurations? > > > > Without the SWT_GTK3=0, any launcher type works (Java Application, Eclipse > > or OSGi Applications) > > Did you want to say "does *not* work"? yep Dani, without the SWT_GTK3=0, all launcher types does not work (Java Application, Eclipse or OSGi Applications). sorry for my bad english. :)
I think the issue is caused by the Ubuntu overlay scrollbars. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=426694#c11
(In reply to Snjezana Peco from comment #9) > I think the issue is caused by the Ubuntu overlay scrollbars Yup, I just forced the overlay scrollbars on and could reproduce the bug. Now that the overlay scrollbars are disabled by default, the tabs are displayed correctly. *** This bug has been marked as a duplicate of bug 424343 ***