25 Nov 2009

Solved mouse click problem in Eclipse and Ubuntu 9.10

Since last October, when I installed Ubuntu 9.10 I started having some problems with mouse clicks in Eclipse.
Using my friend Google I found this solution which proved to work flawlessly.

I created an eclipse.sh with this content:

#!/bin/sh
export GDK_NATIVE_WINDOWS=1
/eclipse


Now I use eclipse.sh instead of just eclipse to start the IDE and mouse click problems are gone.

No comments: