mahega
mahega

Reputation: 3351

Eclipse UI issue on openSUSE with KDE

in my office I'm running

Eclipse Juno Service Release 2 (Build id: 20130225-0426) on

openSUSE 12.3 (x86_64) VERSION = 12.3 CODENAME = Dartmouth

and have the following problem:

Issue:

I'm not able to see, if a button in the eclipse menu bars is clicked or not (e.g. the console lock button). The menu bar icon are also not changing on mouse over.

For example in the following screenshot from my eclipse the console lock is enabled:

enter image description here

What I expect:

Buttons which are click (enabled) should be displayed as clicked/enabled (like in Eclipse on my private Computer) On my colleagues computer, running same openSUSE, same Eclipse and same Default theme everything is working as expected.

What I've already tried:

Thanks in advance!

Upvotes: 1

Views: 592

Answers (1)

Andrea Ajek
Andrea Ajek

Reputation: 90

I'm not able to reproduce this strange behaviour, but after googling a little bit I've found this old bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=18933.

Try to start eclipse with the following args:

eclipse -vmargs -Dorg.eclipse.swt.browser.DefaultType=mozilla

Upvotes: 0

Related Questions