Comment 15 for bug 82442

Revision history for this message
DEAD_Poet (moonlight-drive-vk) wrote :

Despite the ''Wont fix" mark that mr.Gould set for this bug, i have found a temporary solution.

to change the background color of the applet following is necessary:

gedit /home/username/.gtkrc-2.0

and add/change as following:

style "fastuserswitchapplet"
{
  bg[NORMAL] = "#262626"
  fg[NORMAL] = "#FFFFFF"
}
class "*fast-user-switch-applet*" style "fastuserswitchapplet"
widget "*fast-user-switch-applet*" style "fastuserswitchapplet"

where bg is background color, fg foreground color,
after that kill the applet

killall fast-user-switch-applet

it should automatically restart, if not run it

that should do the trick.

Hope someone will save some time with this!