Xfce Forum

Sub domains
 

You are not logged in.

#1 2026-08-13 21:45:15

quefacilescriticar
Member
Registered: 2025-09-04
Posts: 8
LinuxFirefox 154.0

set desktop icon font to 0

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

#2 Yesterday 01:04:49

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,660
LinuxFirefox 153.0

Re: set desktop icon font to 0

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

#3 Today 08:40:42

quefacilescriticar
Member
Registered: 2025-09-04
Posts: 8
LinuxFirefox 154.0

Re: set desktop icon font to 0

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. smile  smile

Offline

Registered users online in this topic: 0, guests: 2
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

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