Workaround for eclipse buggy button behavior
by Fred on Mar.12, 2010, under Uncategorized
If you have issues with eclipse or eclipse-based applications, such as clicking on a button doesn’t work, or weird focus behavior, then try the following.
export GDK_NATIVE_WINDOWS=true
Then launch the application from that same terminal. Hopefully, this should make things a little better.
March 13th, 2010 on 12:33 am
Or just apply it for all user typing in console:
su
echo “export GDK_NATIVE_WINDOWS=1″ >> /etc/bash.bashrc
exit