Comment 9 for bug 711746

Revision history for this message
Jim Bauwens (jimbauwens) wrote :

Quick fix:

Open /usr/share/themes/Ambiance/gtk-2.0/apps/gnome-panel.rc (or change Ambiance to Radiance if you are using that).

Create a new style based on the Panel style, without the backroung image setting, and name is 'panell":
[code]
style "panell" = "dark"
{
 xthickness = 0
 ythickness = 0

 bg[NORMAL] = "#4b4a46"

 engine "murrine" {
  #contrast = 1.0
  textstyle = 2
  text_shade = 0.35
 }
}[/code]

Then look for
[code]widget "*PanelApplet*" style "panel"[/code]
and change it with
[code]widget "*PanelApplet*" style "panell"[/code]

Save it and run "killall gnome-panel", and it should be fixed.