Results 1 to 4 of 4

Thread: indicator-applet-session wrong text color

  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

  2. #2
    Join Date
    Nov 2006
    Location
    Montreal
    Beans
    Hidden!

    Re: indicator-applet-session wrong text color

    This is great, works for me too.

    The more general question is how to find out the widget names that we need to use in gtkrc.

    I'd also like to change the background of the Windows Selector applet but I didn't know how to reference it in gtkrc. Then I found out about gtkparasite (it's in the repository). After disabling the gnome-panel I could restart it using GTK_MODULES=gtkparasite gnome-panel. Then I was able to find the name of the windows selector applet widget: window-menu-applet-button. I can now change the appearance of, for example, the background of the windows selector as it appears in the panel. However, I still haven't figured out how to change the next level, i.e. the menu entries that pop up when the window selector is clicked.
    Last edited by wanchai; November 21st, 2010 at 09:10 AM.

  3. #3
    Join Date
    Mar 2010
    Beans
    3

    Re: indicator-applet-session wrong text color

    I use custom theme and here is my config where located in /home/ardinoto/.themes/Equinox olive bright
    Code:
    [Desktop Entry]
    Name=Equinox olive bright
    Type=X-GNOME-Metatheme
    Comment=
    
    [X-GNOME-Metatheme]
    GtkTheme=MurrinaVerdeOlivo
    MetacityTheme=Equinox Light Glass
    IconTheme=Faenza-Dark
    GtkColorScheme=fg_color:#000000000000,bg_color:#d3d3d7d7cfcf,text_color:#000000000000,base_color:#ffffffffffff,selected_fg_color:#ffffffffffff,selected_bg_color:#d2adddbe4739,tooltip_fg_color:#000000000000,tooltip_bg_color:#f5f5f5f5b5b5
    CursorTheme=DMZ-Black
    CursorSize=18
    NotificationTheme=ubuntu
    BackgroundImage=/media/entertainments/My Pictures/WALLPAPER/Green/Green - 0025.jpg
    I have tried to add
    Code:
    widget "*fast-user-switch-applet*" style "panel"
    in gtkrc where located in /usr/share/themes/MurrinaVerdeOlivo/gtk-2.0 but nothing change. What should I do?

  4. #4
    Join Date
    Aug 2008
    Location
    Amsterdam, the Netherland
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: indicator-applet-session wrong text color

    I don't seem to have a gtkrc file, just an index.theme, which seem to contain the info. But then, when I add the line you said, my indicator applet is still grey in stead of the Dark Blue I specified for the text.

    Is there a way to change it into a different colour altogether?

    [edit: silly me, I was looking at icons. Problem solved]
    Last edited by xouns; March 9th, 2011 at 03:14 PM.
    Nothing in the grey matters

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
  •