You are not logged in.
Hi
two questions about the bottom panel.
-is there any way to hide the window tooltips when i hover mouse over a window button? Better would be to change delay before tips appear.
-is there any way to hide some of the status bar icons, such as Glipper clipboard, battery icon, network status, etc? Best would be to hide individual icons, instead of all icons.
see image:
Running xfce on puppy linux lucid 5.2.8
Thanks!
Last edited by johnywhy (2019-08-18 14:56:15)
arch xfce x86_64
Offline
Hi johnwhy,
What version of xfce are you running? (You can try 'xfce4-about' on the command line or choose "About Xfce" from the menu.)
I don't know about the tool tips.
In regards to hide certain icons in the status bar you can do this, in Xfce 4.8:
- put your mouse over the status bar icons (also know as the "notification area" or the "tray")
- move the all the way to the bottom of the screen
- right click
- click on Properties
This will bring up a window that (among other things) contains a list of the icons in the tray.
Beside each item there is a check box.
- Check the box for each item that you want hidden.
Hope this helps,
Nomer
Last edited by Nomer (2011-10-13 00:45:46)
Offline
echo "gtk-enable-tooltips = 0" >> ~/.gtkrc-2.0
Will disable tooltips. Be warned, there's a bug in xfdesktop where that option will break selecting icons on your desktop. There's a patch available if you want to test it out. The bug report is at: https://bugzilla.xfce.org/show_bug.cgi?id=8192
Offline
Eric, bug is reported as Fixed. Your gtk command still works.
arch xfce x86_64
Offline
I wonder if it will work with 4.14pre3 after creating the file:
echo "gtk-enable-tooltips = 0" >> ~/.gtkrc-3.0
Will test it.
EDIT: logged out/in, doesn't work.
Last edited by Jerry3904 (2019-08-04 12:39:32)
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Maybe you could add that to the bug report, and change to "not fixed"? Or, new bug report?
I added it to the xfce wishlist (first item under Project Wide)
https://wiki.xfce.org/wish_list
Doesn't bother me, since i don't use session mgr.
Last edited by johnywhy (2019-08-04 13:36:53)
arch xfce x86_64
Offline
Have a read through this post. It identifies how to hide tooltips in GTK3.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Have a read through this post. It identifies how to hide tooltips in GTK3.
Thx ToZ, but I don't see anything there about panel tooltips.
arch xfce x86_64
Offline
Using the "tooltips" designator, will affect all GTK3 tooltips - including those on the panel. If you want to affect only xfce4-panel tooltips, use something like:
.xfce4-panel tooltip { opacity: 0 }
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
to affect only xfce4-panel tooltips:
.xfce4-panel tooltip { opacity: 0 }
Do i put that into ~/.config/gtk-3.0/gtk.css ?
i'm getting
% cat ~/.config/gtk-3.0/gtk.css
cat: /home/johny/.config/gtk-3.0/gtk.css: No such file or directory
Create a new file?
Tried this (after removing Jerry's gtk3 fix). Still getting panel tooltips.
Last edited by johnywhy (2019-08-04 15:16:44)
arch xfce x86_64
Offline
echo "gtk-enable-tooltips = 0" >> ~/.gtkrc-3.0
This doesn't remove panel tooltips at all on my desktop.
Only the .gtkrc-2.0 method works.
arch xfce x86_64
Offline
This will only work for the GTK3-build of xfce4-panel - which is version 4.13 or higher. Lower versions are built on GTK2 which is why the .gtkrc-2.0 version works.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
This will only work for version 4.13 or higher.
i'm getting
% xfce4-about
xfce4-about-Message: No vendor information found in "/usr/share/xfce4/vendorinfo".
and then a popup window which says "4.14pre". Shouldn't it work?
thx
arch xfce x86_64
Offline
What does:
xfce4-panel -V
...say?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
% xfce4-panel -V
xfce4-panel 4.12.2 (Xfce 4.14pre2)
is 4.13 released yet?
arch xfce x86_64
Offline
Which distro are you using? Xfce 4.14pre2 should come packaged with xfce4-panel 4.13.
Edit: strange that Archlabs doesn't. xfce4-panel 4.13 is the development version. Many sub releases have already occurred. It will become 4.14 when Xfce 4.14 is officially released in a week or so.
Last edited by ToZ (2019-08-04 18:43:17)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Xfce 4.14pre2 should come packaged with xfce4-panel 4.13.
"pre2"? I just have "pre"
xfce4-panel 4.13 is the development version
and therefor shouldn't be installed yet on my arch, correct?
thx
arch xfce x86_64
Offline
Actually, it does state pre2:
% xfce4-panel -V
xfce4-panel 4.12.2 (Xfce 4.14pre2)
Looks like Xfce is incorrectly reporting the pre versions. Arch doesn't have the pre-release releases in their repositories.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Actually, it does state pre2
oops, my bad. Regardless, isn't GTK2 a safe bet for now, since 3 isn't even release yet?
thx
arch xfce x86_64
Offline
on archlabs, none of the above methods work
arch xfce x86_64
Offline
Here I am, late to the party (again). But, I'm trying to get rid of the damned tooltips as well. I'm running xfce4 4.14 (this is from xfce4-about -V) and xfce4-panel xfce4-panel 4.14.3 (Xfce 4.14).
I've added the disable command:
bob$ cat .gtkrc-3.0
gtk-enable-tooltips = 0
But it doesn't appear to change anything. All the items in the panel still popup the annoying tooltip.
Suggestions?
Offline
Add:
.xfce4-panel tooltip { opacity: 0 }
...to ~/.config/gtk-3.0/gtk.css.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
No cigar. Here's my file
bob$ cat ~/.config/gtk-3.0/gtk.css
.scrollbar {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
-GtkRange-slider-width: 15;
-GtkRange-stepper-size: 8;
}
@import 'colors.css';
.xfce4-panel tooltip { opacity: 0 }
And I have logged out/in. Still getting tooltips on my panel.
Offline
Hrmm. It doesn't seem to work anymore.
You could do just:
tooltip { opacity: 0 }
...but that will remove tooltips in all GTK3 apps.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Darn it. Is this a xfce4 issue or gtk?
Offline
[ Generated in 0.013 seconds, 7 queries executed - Memory usage: 633 KiB (Peak: 665.84 KiB) ]