Page 1 of 1

Disable tooltips in MintMenu

Posted: Thu Aug 18, 2011 6:20 pm
by Aldora
Hello everyone,

I have opened the gconf-editor, searched for and disabled all of the tooltip checkboxes for the mint menu and panel with no effect. Is there an easy way to disable the tooltips?

Also, I would recommend not having them on by default in later versions- they just repeat the same information in the "application comments" and get in the way of selecting another menu item.

Thanks!
dave

Re: Disable tooltips in MintMenu

Posted: Thu Aug 18, 2011 6:26 pm
by Habitual
Terminal >

Code: Select all

lsb_release -dr
output please.

Re: Disable tooltips in MintMenu

Posted: Thu Aug 18, 2011 6:53 pm
by Aldora
Description: Linux Mint 11 Katya
Release: 11

Re: Disable tooltips in MintMenu

Posted: Tue Sep 13, 2011 7:51 pm
by Necrodust
Aldora, if you want to disable all tooltips, open /usr/share/themes/theme_name/gtk-2.0/gtkrc and add to beginning of the file

Code: Select all

gtk-enable-tooltips = 0
For all themes you are using, and then re-set it in the Appearance properties.

Re: Disable tooltips in MintMenu

Posted: Sat Oct 08, 2011 4:47 am
by Necrodust
Actually, if you completely disable tooltips, you get problems with scrolling in nautilus for some reason. So, a way to avoid it is not to disable tooltips but increase the delay time of its appearance with gtk-tooltip-timeout (in milliseconds). Also there is no need to edit every theme's gtkrc file, you can put «.gtkrc-2.0» file with that line in your home directory instead.