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.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/711746

Title:
  Right click menu for indicators has corrupted background

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to