Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 77

Thread: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

  1. #11
    Join Date
    Jun 2005
    Location
    Pacific NorthWest
    Beans
    2,782
    Distro
    Ubuntu Development Release

    Post Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Well--I did some digging & came up with this-- http://www.gtk.org/tutorial/
    certainly more that I want to go thru in one evening---although I see several interesting paths I want to follow.............
    "Let's nobody be dead today----Looks very bad on my report" One of my favourite lines from AVATAR
    Linux User#395230
    Ubuntu User# 13498

  2. #12
    Join Date
    Mar 2005
    Beans
    6,040

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    That one is the C reference to GTK, but you may at least get the names of those widgets to specify in gtkrc if you dig it. I'm still looking for a good documentation (actually, official specification) of GTK theme (gtkrc) files.
    Previously known as 23meg

  3. #13
    Join Date
    Nov 2004
    Location
    Purdue University, Indiana
    Beans
    816
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Maybe we should submit a bug report and have them put this in the Nautilus preferences? Or somewhere, at least?

    Also, it seems like this is just a gtkrc modification...theoretically, then, couldn't a theme adjust the nautilus text colors independently of everything else? Interesting...I know one of the biggest complaints about gtk theming is the lack of specific color choices in different locations...

  4. #14
    Join Date
    Jun 2005
    Location
    Pacific NorthWest
    Beans
    2,782
    Distro
    Ubuntu Development Release

    Post Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Yea--you can make a theme that includes the iconpackage changes--now that I know about the "way", I'll incorporate it in some of my new ones--Reading the GTK specs is like walking thru thick quicksand As soon as I come up with some ideas, I'll post them-----Still have not read what I want to know about----
    "Let's nobody be dead today----Looks very bad on my report" One of my favourite lines from AVATAR
    Linux User#395230
    Ubuntu User# 13498

  5. #15
    Join Date
    Mar 2005
    Beans
    6,040

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Quote Originally Posted by varunus
    Maybe we should submit a bug report and have them put this in the Nautilus preferences? Or somewhere, at least?
    Go ahead and do it, it's the logical thing to do; I'm sure it's been suggested many times, and the developers had their reasons not to incorporate it though. It seems they want to give GTK themes authority over everything, and I reckon this has some infrastructural basis. If that's the case, distros could incorporate it individually.
    Also, it seems like this is just a gtkrc modification...theoretically, then, couldn't a theme adjust the nautilus text colors independently of everything else? Interesting...I know one of the biggest complaints about gtk theming is the lack of specific color choices in different locations...
    Sure, I speculated about that in my first post.
    Previously known as 23meg

  6. #16
    Join Date
    Jun 2005
    Location
    Buffalo, NY
    Beans
    151
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Very awesome! This has alluded me fore so long, great work! Someone has to be able to make a little app for this, I would if I could.

  7. #17
    Join Date
    Sep 2005
    Location
    Montreal, Canada Eh
    Beans
    207

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Thanks a bunch for that customization 23meg.
    My mother ( 83 years old ) uses Ubuntu on her PC and the default text icons is taking its toll on er eyes.
    I'm sure she'll appreciate to have more readable text icons.

  8. #18
    Join Date
    Jun 2005
    Location
    Pacific NorthWest
    Beans
    2,782
    Distro
    Ubuntu Development Release

    Post Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Well--I've played around with some parts of the .gtkrc-2.0 add file--Currently it looks like this for a Purple look (not everything obeys--Ideas anyone?)

    style "desktop-icon"
    {
    NautilusIconContainer::frame_text = 1
    text[NORMAL] = "#9203c1"
    NautilusIconContainer::normal_alpha = 70
    }
    class "GtkWidget" style "desktop-icon"

    #NautilusIconContainer::dark_info_color="#888888"
    #NautilusIconContainer::light_info_color="#bbbbbb"
    #NautilusIconContainer::highlight_alpha=200

    style "my_color"
    {
    fg[NORMAL] = "#9203c1"
    }
    widget "*PanelWidget*" style "my_color"
    widget "*PanelApplet*" style "my_color"
    widget_class "*MenuItem*" style "my_color"
    class "*MenuItem*" style "my_color"


    Various apps like FireFox--etc will obey--I need to do more checking into how some of the notification boxes get font info

    Have fun with this!!!
    Last edited by autocrosser; December 4th, 2006 at 04:31 AM.
    "Let's nobody be dead today----Looks very bad on my report" One of my favourite lines from AVATAR
    Linux User#395230
    Ubuntu User# 13498

  9. #19
    Join Date
    Sep 2005
    Location
    Montreal, Canada Eh
    Beans
    207

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Just tried it on my rig at work ( my boss is out for the day so I can boot Ubuntu )
    It's a lot better, but there is that white rectangle around the text. Is it possible to get rid of that inconvenient ?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot.png 
Views:	325 
Size:	116.2 KB 
ID:	3694  

  10. #20
    Join Date
    Mar 2005
    Beans
    6,040

    Re: HOWTO: Change Nautilus Icon Text Colors (Including Desktop Icons)

    Quote Originally Posted by Biased turkey
    Thanks a bunch for that customization 23meg.
    My mother ( 83 years old ) uses Ubuntu on her PC and the default text icons is taking its toll on er eyes.
    I'm sure she'll appreciate to have more readable text icons.
    I'm very happy I was able to help about that. You can also consider using one of the Gnome high contrast themes to help with her reading.
    Just tried it on my rig at work ( my boss is out for the day so I can boot Ubuntu )
    It's a lot better, but there is that white rectangle around the text. Is it possible to get rid of that inconvenient ?
    Maybe you forgot to apply the normal_alpha parameter? That sets the transparency of the box; if you set it to zero it should disappear completely.
    Previously known as 23meg

Page 2 of 8 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •