Comment 13 for bug 443004

Revision history for this message
VTWoods (vtwoods) wrote : Re: Eclipse GTK is not working correct - especially buttons

I was able to fix the problem runnning eclipse 3.5 with GDK_NATIVE_WINDOWS=1 set. I start Eclipse as follows:

#/usr/bin/bash
export GDK_NATIVE_WINDOWS=1
`~/bin/eclipsePackage/eclipse3.5/eclipse -vmargs -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=512M &> /dev/null` &

Thanks for the tip off Zegenie.