Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ubuntu 9.10 with Eclipse 3.5(Downloaded from Eclipse website, not installed from Synaptic).
Some buttons in eclipse window do not response to mouse click (A little more precisely saying, it does not response to mouse release events)

*Solution:

Before staring eclipse, set the environment variable of GDK_NATIVE_WINDOWS=1

Panel

bash$ export GDK_NATIVE_WINDOWS=1
bash$ eclipse

Problem: When using eclipse restart function, the environment variable will not be set. So you have to avoid use restart function in eclipse.

...