Results 1 to 4 of 4

Thread: indicator-applet-session wrong text color

Threaded View

  1. #1
    Join Date
    Jun 2009
    Location
    Houston
    Beans
    32
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lightbulb indicator-applet-session wrong text color

    This is for the ones that may need to fix the wrong color of your "indicator-applet-session".

    You know, how sometimes you happen to have a dark color panel and the text for your "window-list-applet" is white/or light color as it should be and the "clock-applet" works good also, but the new "indicator-applet-session" won't display the right color, and it's just annoying as hell.

    Well if that's your case you might want to add the following to your gtkrc file; It should be in...
    1. If it's local: /home/your_name_here/.themes/your_theme_here/gtkrc

    1. if it's system wide: /usr/share/themes/your_theme/gtkrc


    so just do, for quick access alt+F2 or open terminal and then:

    for your local theme
    Code:
    gedit /home/your_name_here/.themes/your_theme_here/gtkrc
    for a system wide installed theme
    Code:
    sudo gedit /usr/share/themes/your_theme/gtkrc
    and then add the following code within the widgets configuration...
    Code:
    widget "*fast-user-switch-applet*" style "panel"
    ...
    save and exit,... logout and log back in, and it should be good now or just do: press alt+F2 and then type
    Code:
    pkill gnome-panel
    and I think that will also do the job without logging out....

    Hopefully it'll work for you guys. It does for me so, I don't see why it wouldn't work for you!

    Good luck!
    ¡you might take a look at this 2 images to see with more detailed what I mean!
    Attached Images Attached Images

Tags for this Thread

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
  •