I’m using Ubuntu 22.04 and Eclipse IDE (09.22). Every time I show the tooltip (for javadocs or so) it’s just empty. I’ve seen people talking about similar problem and one of these solutions is to install gnome-color-chooser but I’m worried color-chooser is not right for jammy (Ubuntu 22.04) : I tried to install the deb but there are too many dependencies to be installed (who need dependencies on their own). Does anyone have the same issue? or know how to solve it? thank you.
2
Answers
This issue almost made eclipse unusable for me.
In my case i am on X11 not Wayland, which i think is relevant. Anyway, set this variable before starting eclipse e.g.
WEBKIT_DISABLE_COMPOSITING_MODE=1 ./eclipse
Another issue this fixes is the welcome screen (Help -> Welcome) was blank.
When running eclipse from the console, every time i hovered over something, i would get an empty dialog, and this error in the console
Try switching themes to
Dark
withReduced Palette
.I was getting this as well when using the
Dark
theme withDefault
color and font configuration. But I switched the color/font configuration toReduced Palette
and the tooltip started working! Hope this helps.