I was just trying to install Aptana in my new OpenSuse 11.2 setup and ran into a strange problem...it seemed Aptana was just refusing to be added as a install source (
instructions here). After closer examination (read googling) it turns out that it was just not reading the mouse click properly:
Solution found:
here
Running
export GDK_NATIVE_WINDOWS=true
fixes the problem
Wrapper (assuming you are using eclipse at /opt/eclipse
#!/bin/bash
export GDK_NATIVE_WINDOWS=true
/opt/eclipse/eclipse
Bookmark/Search this post with
Comments
This is really a stupid bug
This is really a stupid bug !!
Thank you for you solution.
Post new comment