Question : Eclipse Buttons doesn' work in KDE 4.3

HI, I'm having a problem with Ecllipse (3.5) buttons in kde 4, as they not respond to user clicks. I've found a solution in internet :

export GDK_NATIVE_WINDOWS=true

before launching eclipse or add it to /usr/bin/eclipse

I don't want to export the variable every time I launch Eclipse, but to make this solution permanent, so I want to add it to the /usr/bin/eclipse, but I don't know how.

Every step by step solution in how to do this are very appreciated.

Thank you all

Answer : Eclipse Buttons doesn' work in KDE 4.3

If you make a sh script and run the sh script each time then it can handle it for you.

Try make the following in the eclipse directory, call it eclipse.sh and make it executable. Then change your shortcut to point at the script.
1:
2:
3:
#!/bin/sh
export GDK_NATIVE_WINDOWS=true
/usr/bin/eclipse
Random Solutions  
 
programming4us programming4us