Page 1 of 1

Labeling of desktop icons

Posted: Mon May 14, 2012 1:52 am
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?

Re: Labeling of desktop icons

Posted: Fri Jul 20, 2012 12:04 am
by windtalker

Re: Labeling of desktop icons

Posted: Fri Jul 20, 2012 2:08 am
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.

Re: Labeling of desktop icons

Posted: Wed Aug 08, 2012 6:45 pm
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

Re: Labeling of desktop icons

Posted: Sat Oct 20, 2012 12:38 am
by TriggerHappy
Works a treat, thanks for taking the time to post this tip!

Re: Labeling of desktop icons

Posted: Tue Oct 23, 2012 8:34 pm
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

Re: Labeling of desktop icons

Posted: Mon Feb 18, 2013 6:34 am
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. :?|

Re: Labeling of desktop icons

Posted: Tue Feb 19, 2013 8:55 am
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.