Labeling of desktop icons

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Bergschreck

Labeling of desktop icons

Post by Bergschreck »

I switched from Xubuntu to LMDE/Xfce and I'm wondering how I can configure the labeling of desktop icons. In Xubuntu all labels are on some inverse background. In LMDE this inverse background is missing (it's only present when a icon is active). So it's hard to read the labels. On a dark wallpaper black fonts are unreadable, and on a light wallpaper white fonts are unreadable. How can I make the labels look like in Xubuntu?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
windtalker
Level 1
Level 1
Posts: 12
Joined: Sat Oct 06, 2007 9:26 am

Re: Labeling of desktop icons

Post by windtalker »

wyrdoak

Re: Labeling of desktop icons

Post by wyrdoak »

In your home folder ctrl+h the .gtkrc-xfce open with your text editor. This is what I have:

Code: Select all

style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 0
    

    fg[NORMAL] = "#78ae5f"
    fg[SELECTED] = "#78ae5f"
    fg[ACTIVE] = "#78ae5f"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Background matches the wallpaper and I use the color picker in gimp to get the color code for the text. #000000 = Black #fffffff = White

The labal-alpha code set it higher about 70 will give you a backgound around you text if you want it, lower or higher if you wish.

for colors: add

Code: Select all

base[NORMAL] = "#3F6BA4"
base[SELECTED] = "#3F6BA4"
base[ACTIVE] = "#3F6BA4"
EDIT: Sorry that is for Maya-Xfce for LMDE-Xfce if you don't have it make a file .gtkrc-2.0 and use it, everything else should be the same.
edelle

Re: Labeling of desktop icons

Post by edelle »

To change font color of destop icons in Mint 13 xfce.......

Locate file .gtkrc-2.0 which is a hidden file
To find this file go to HOME then USER NAME
Then select SHOW HIDDEN FILES from the VIEW TAB
Open file .gtkrc-2.0 and you should see the following or similar.
I have changed the NORMAL/SELECTED/ACTIVE code
to FFFFFF which is white font color..........Dont forget to
save changes and then reboot for changes to take effect.
............................................................
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0

fg[NORMAL] = "#FFFFFF"
fg[SELECTED] = "#FFFFFF"
fg[ACTIVE] = "#FFFFFF"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
.............................................................
Codes for differnt font colors can be found here........
http://www.computerhope.com/htmcolor.htm
http://www.ironspider.ca/format_text/fontcolor.htm
TriggerHappy

Re: Labeling of desktop icons

Post by TriggerHappy »

Works a treat, thanks for taking the time to post this tip!
jjaythomas

Re: Labeling of desktop icons

Post by jjaythomas »

Also a 'one (1) click alternative...

in LMDE repo's (not sure about Buntu based ones :oops: ) their still is the 'xfce-mintconfig' works great. one click to deactivate 'Box/Background and use either light or dark font for desktop icon.

Works easier if constantly changing wallpapers. :wink:

J.Jay
ander111
Level 3
Level 3
Posts: 179
Joined: Sat Jul 17, 2010 5:18 am

Re: Labeling of desktop icons

Post by ander111 »

I've just installed Mint 14 XFCE and see that this still hasn't been addressed. Thanks for the solution—but wow, really? To do something this basic, we still have to search for help? Then add a bunch of code to a hidden config file? Then reboot?

Maybe this is a dumb question, but what's the point of including all those wallpapers if half of them make your desktop text disappear—and to fix it, you have to do something most Windows users would find ludicrously complicated?

Well, sorry to rant. I just don't understand how something like this could still be going on here in 2013... It's the kind of thing people used to complain about in Linux all the time. :?|
User avatar
jungle_boy
Level 7
Level 7
Posts: 1812
Joined: Thu Aug 19, 2010 2:51 pm
Location: Amazon Rainforest

Re: Labeling of desktop icons

Post by jungle_boy »

Clem could implement to xfce version desktop icons labels like LM mate icons labels; it works fine with both white background and dark background.
Samsung Odyssey, Octa-core, i5 9300H, Geforce GTX 1650, 16GB RAM, SSD SAMSUNG NVMe 500GB
LM 21 Cinnamon
Locked

Return to “Xfce”