You are not logged in.
Pages: 1


Hi everyone, I’d like to know how to set the desktop icon text size to 0; currently, the lowest setting possible is 2. I’ve tried modifying files, but it always reverts to the minimum allowed in Xfce, which is 2. In older versions of Xfce, it was possible to set it to 0. There may be valid reasons for this change, but I’d really like to have my icons without text. Apart from that, I’m delighted with this environment and wouldn’t trade it for anything. Thanks.
Offline


That settings is hard-coded to a minimum of 2 now. What version of xfdesktop are you running?
As a workaround, you can use css to make the label invisible. Put into ~/.config/gtk-3.0/gtk.css the following:
XfdesktopIconView.view .label {color: transparent; text-shadow: none; background: none;}...and restart xfdesktop or log out and back in again.
You can further adjust the spacing between the icons if you so desire, with something like:
XfdesktopIconView.view {
-XfdesktopIconView-cell-spacing: 8;
-XfdesktopIconView-cell-padding: 8;
-XfdesktopIconView-cell-text-width-proportion: 1;
}...and adjust the values to suit.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline


Many thanks, administrator; what you sent me works perfectly. I'll try out the "adjust the spacing between the icons" tip another day, but that's very useful too. Thanks for everything.

Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 527.36 KiB (Peak: 528.34 KiB) ]