Disable tooltips in MintMenu

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Aldora

Disable tooltips in MintMenu

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Habitual

Re: Disable tooltips in MintMenu

Post by Habitual »

Terminal >

Code: Select all

lsb_release -dr
output please.
Aldora

Re: Disable tooltips in MintMenu

Post by Aldora »

Description: Linux Mint 11 Katya
Release: 11
Necrodust

Re: Disable tooltips in MintMenu

Post 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.
Necrodust

Re: Disable tooltips in MintMenu

Post 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.
Locked

Return to “Software & Applications”