Fixing Eclipse in Ubuntu 9.10
January 13, 2010 at 12:28 pm Leave a comment
Problem:
Inability to click buttons using the mouse and instead having to highlight them first and then hitting ‘space’ or ‘enter’ for the selection.
Solution:
Create a script that will be used to load eclipse using the GDK_NATIVE_WINDOWS.
1) Create an empty file called eclipse_gdk_fix.sh
2) Insert the following code
#!/bin/sh GDK_NATIVE_WINDOWS=1 /path/to/eclipse
3) Make the script executable
chmod a+x eclipse_gdk_fix.sh
… That’s all to it !
Wa Allahu A’lam.
Entry filed under: Eclipse, Ubuntu. Tags: eclipse+ubuntu+9.10.
Trackback this post | Subscribe to the comments via RSS Feed