You are not logged in.

#1 2009-04-04 08:35:54

Hide
Member
From: Castalia
Registered: 2007-02-02
Posts: 368

Gtk "pop-up" annoyance

Is there a way to remove this little "pop-up" window every time I hover over an object in Gtk apps?

Pic:
2009-04-04-102402_1280x1024_scrot.png

Thanks in advance smile

Offline

#2 2009-04-04 10:29:07

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: Gtk "pop-up" annoyance

you can disable it here:

~/.gconf/apps/panel/global/tooltips

or use gconf-editor

for Firefox:

open url 'about:config'
change  'browser.chrome.toolbar_tips' to false

Last edited by rwd (2009-04-04 11:42:33)

Offline

#3 2009-04-05 21:08:56

sm4tik
Member
From: Finland, Jyväskylä
Registered: 2006-11-05
Posts: 248
Website

Re: Gtk "pop-up" annoyance

You could also try to add

gtk-enable-tooltips = 0

to your theme rc file (~/.themes/yourtheme/gtk-2.0/gtkrc). This should disable all gtk tooltips.

Offline

#4 2009-04-05 21:41:47

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: Gtk "pop-up" annoyance

sm4tik wrote:

You could also try to add

gtk-enable-tooltips = 0

to your theme rc file (~/.themes/yourtheme/gtk-2.0/gtkrc). This should disable all gtk tooltips.

Thanks..I forgot that one. This indeed disables *every* tooltip, useful or not. To make it work for all themes and all users you can put this into  /etc/gtk-2.0/gtkrc , or ~/.gtkrc-2.0  for a specific user.

Offline

Board footer

Powered by FluxBB