How can I turn off all tooltips in xfce (version 4.10)?
Or (if this is easier): How can I turn off the tooltip for a launcher icon?
Done, I have updated to make complete answers below.
How can I turn off all tooltips in xfce (version 4.10)?
According to this forum thread, all tooltips on Xfce could be disabled for system wide by following the steps below.
.gtkrc-2.0 in the Home directory of current user (unless the file exist already)gtk-enable-tooltips = 0After you log in, the tooltips will no longer appear anywhere on the system. I have tested this with Xfce 4.8 and 4.10, and it works as reported in Xubuntu. However, some users reported that this doesn't work well in Debian Xfce.
That's it.
If you wish to keep the tooltips, but just make them smaller, try this:
Instead of gtk-enable-tooltips = 0, enter the following lines into said .gtkrc-2.0 file (from the same forum thread - works for Debian Xfce 4.10):
style "xfdesktop-icon-view" {
XfdesktopIconView::tooltip-size = 48
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Or (if this is easier): How can I turn off the tooltip for a launcher icon?
With Xfce 4.10 and newer, you can achieve these easily.
Some Xfce components do not have tooltip option, such as for Window Buttons (tooltip cannot be disabled) and Whisker Menu (there isn't any tooltip for launchers, only application description).
But at least you can disable the tooltip for items above by graphical method.
:). – Bojangles Dec 01 '12 at 09:41