[opensuse] Odd behavior of Eclipse CDT Galileo
I have installed the latest version of Eclipse CDT Galileo downloaded from Eclipse site. In openSUSE 11.2 with KDE 4.31, when I open a dialog window in Eclipse (e.g. in order to open a new perspective) and I press with the mouse the OK button nothing happens. However, the focus is set on OK button so pressing the enter key (from keyboard) triggers the desired action. This behavior seems to me very odd, but it's not consistent (sometime I can use the mouse). Do you have noticed a similar behavior ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Dnia poniedziałek, 16 listopada 2009 o 19:11:42 Bogdan Cristea napisał(a):
I have installed the latest version of Eclipse CDT Galileo downloaded from Eclipse site. In openSUSE 11.2 with KDE 4.31, when I open a dialog window in Eclipse (e.g. in order to open a new perspective) and I press with the mouse the OK button nothing happens. However, the focus is set on OK button so pressing the enter key (from keyboard) triggers the desired action. This behavior seems to me very odd, but it's not consistent (sometime I can use the mouse). Do you have noticed a similar behavior ?
There is a bug in eclipse withGTK2.18. https://bugzilla.novell.com/show_bug.cgi?id=539022 As temp fix, create smal script: vi ~/bin/run_eclipse And paste code into it: #/bin/bash export GDK_NATIVE_WINDOWS=1 /opt/eclipse/eclipse For "/opt/eclipse/eclipse" type Your own path for eclipse binary. Then add exec permission to file: chmod +x ~/bin/run_eclipse Run eclipse using: run_eclipse And wait for global fix in update ;) -- Pozdrawiam / Best regards, Mariusz Fik, openSUSE Community Member
On Wednesday 18 November 2009 03:38:13 Mariusz Fik wrote:
Dnia poniedziałek, 16 listopada 2009 o 19:11:42 Bogdan Cristea napisał(a):
I have installed the latest version of Eclipse CDT Galileo downloaded from Eclipse site. In openSUSE 11.2 with KDE 4.31, when I open a dialog window in Eclipse (e.g. in order to open a new perspective) and I press with the mouse the OK button nothing happens. However, the focus is set on OK button so pressing the enter key (from keyboard) triggers the desired action. This behavior seems to me very odd, but it's not consistent (sometime I can use the mouse). Do you have noticed a similar behavior ?
There is a bug in eclipse withGTK2.18. https://bugzilla.novell.com/show_bug.cgi?id=539022
As temp fix, create smal script:
vi ~/bin/run_eclipse
And paste code into it:
#/bin/bash export GDK_NATIVE_WINDOWS=1 /opt/eclipse/eclipse
For "/opt/eclipse/eclipse" type Your own path for eclipse binary. Then add exec permission to file:
chmod +x ~/bin/run_eclipse
Run eclipse using:
run_eclipse
And wait for global fix in update ;)
Thanks for the tip. Alternatively one can use keyboard shortcuts instead of the mouse. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Bogdan Cristea
-
Mariusz Fik