You are not logged in.
Pages: 1
Hi all,
On XFCE 4.10 is possible disabling Tooltip on xfdesktop?
Cheers,
Offline
Add this line to ~/.gtkrc-2.0
gtk-enable-tooltips = 0
Offline
Yesssssssss, work fine!
Thank ![]()
Offline
Add this line to ~/.gtkrc-2.0
gtk-enable-tooltips = 0
This works in 4.8 (Debian Wheezy), but has weird side effects.
In phpBB and vBulletin, I can no longer drag-select text with the mouse in Chromium unless the mouse is moving quickly before I hold down the left button. Scrollbars no longer drag in Chromium. I can't drag-select desktop icons unless the mouse is moving quickly before I hold the left button down.
Oh, well. As annoying as the tool tips are, I'll have to re-enable them. These new problems affect usability.
Offline
ozjd wrote:Add this line to ~/.gtkrc-2.0
gtk-enable-tooltips = 0
This works in 4.8 (Debian Wheezy), but has weird side effects.
In phpBB and vBulletin, I can no longer drag-select text with the mouse in Chromium unless the mouse is moving quickly before I hold down the left button. Scrollbars no longer drag in Chromium. I can't drag-select desktop icons unless the mouse is moving quickly before I hold the left button down.
Oh, well. As annoying as the tool tips are, I'll have to re-enable them. These new problems affect usability.
Sounds like a bug in Chromium, file a bug report.
Offline
I'm running Xfce4.10 on Fedora 17. there is not such directory as ~/.gtkrc-2.0. In fact, there's no such file as ~/gt* on my machine.
OOPS! That's a file, not a directory. Never mind...
*************************************************************
Not only didn't it work, it messed up some of my other settings. I've commented it out, and will log out and back in again to see if I can, at least, get back to where I started.
Last edited by Sideburns (2013-04-17 02:53:21)
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
I just tried this on my laptop; same result. Not only didn't it work as advertised, it changed the background on my icon labels, just as it did on my desktop.
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
I tested again on my Fedora 17 system running Xfce 4.10 and it worked for me. I usually have the icon background set to transparent but changed it while testing.
I don't understand why it works for some people and not for others. I'm guessing there is some difference in set up that isn't obvious that causes this but don't know what it is. I'm guessing you didn't have a .gtkrc2.0 file before?
Offline
As a matter of fact, I did, on both machines. I created it to get a transparent background for icon labels. (This goes away on either machine when I try to nuke tooltips.) Is there a specific place in the file it belongs? It occurs to me that I've been putting it inside the icon view section. I'll try moving it up above that part and see what happens.
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
As a matter of fact, I did, on both machines. I created it to get a transparent background for icon labels. (This goes away on either machine when I try to nuke tooltips.) Is there a specific place in the file it belongs? It occurs to me that I've been putting it inside the icon view section. I'll try moving it up above that part and see what happens.
I've got it at the end of the file, not in any section.
Offline
OK, I put it at the top, just before the icon section and it worked.
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
I'm not sure if this is a side-effect, or what. Now, the tooltips for the various applets on my panel (such as the weather) don't show up, and activating them via Desktop Settings doesn't help. It's a shame that you can't get rid of the huge, annoying, redundant "tooltips" for desktop icons without getting rid of the useful ones as well.
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
I suspect it is a single setting, all or none. That is the reason I don't disable them. I find the tooltips on external drives icons useful.
Offline
The only ones I've ever found useful were the ones that let me see all of the weather data or just what my CPU usage is ATM. The ones for the desktop icons I've always considered redundant, especially when you consider that they show the last time the launcher was modified, not the file it points to.
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
While not disabling the toooltips, the following lines in my ~/.gtkrc-2.0 brought the humongous tooltips down to a pleasant size:
style "xfdesktop-icon-view" {
XfdesktopIconView::tooltip-size = 48
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"This doesn't seem to have the negative side effects of disabling the GTK tooltips in general.
Source: the README in the current xfdesktop source distribution (4.10.2).
Offline
Pages: 1