I am having a weird problem with Eclipse documentation tooltips. When I startup Eclipse the tooltip works as expected:

enter image description here

But after I press the down button the tooltip turns black:

enter image description here

and stays like that for the rest of the session.

I am using Eclipse Galileo and Ubuntu 11.04 with the classic desktop.

EDIT: I am only experiencing this problem in PHP Development Tools. The tooltips work in Java and Python projects.

link|improve this question

67% accept rate
feedback

3 Answers

The answer from Arkaduysz's works if you correct the second line. the gksu would try to change root's settings I think.:

Install:

sudo apt-get install gnome-color-chooser 

run it:

gnome-color-chooser 

Go to "Specific" tab, check and setup background/foreground colors in tooltip box. Apply & Close.

link|improve this answer
feedback
up vote 2 down vote accepted

I managed to solve this problem by switching to the Radiance theme and then setting the tool-tip color in Appearance/Customize.../Colors:

enter image description here

When I tried the same thing with the Ambiance theme I started getting weird color errors all over my desktop.

link|improve this answer
feedback

Install:

sudo apt-get install gnome-color-chooser 

run it:

gksudo gnome-color-chooser 

Go to "Specific" tab, check and setup background/foreground colors in tooltip box. Apply & Close.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.