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
Now I use eclipse.sh instead of just eclipse to start the IDE and mouse click problems are gone.
No comments:
Post a Comment