GDK_NATIVE_WINDOWS=true
So I created a small eclipse.sh script on the Eclipse directory, to execute the program and call the variable without interfering with the system:
#!/bin/sh
export GDK_NATIVE_WINDOWS=true
./eclipse
Insidious...
#!/bin/sh
export GDK_NATIVE_WINDOWS=true
./eclipse
No comments:
Post a Comment