somasis / gnome-colors-old

Automatically exported from code.google.com/p/gnome-colors
0 stars 0 forks source link

Ubuntu 10.04 panel icons issue #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
gnome-colors version 5.5.1-1 on Ubuntu 10.04 have an issue with icons on 
system panel, please see attached screenshot.
1) Most left icon (menu icon) is default ubuntu menu icon, while should be 
specific gnome-colors logo icon.
2) Most right two icons (in indicator applet session to the right and to the 
left of username). An icon to the left is somehow trimmed from the top, look 
at the same Empathy icon in the center of screenshot. An icon to the right of 
username should be different.

Original issue reported on code.google.com by Dmitry.M...@gmail.com on 2 May 2010 at 1:57

Attachments:

GoogleCodeExporter commented 9 years ago
Same issue. It shows up when panel is set to 24 pixels wide. 

Original comment by jhtol...@gmail.com on 11 May 2010 at 5:50

GoogleCodeExporter commented 9 years ago
I have reported this issue to launchpad a while ago:

https://bugs.launchpad.net/indicator-session/+bug/549441

Original comment by unmacaque@gmail.com on 12 May 2010 at 3:33

GoogleCodeExporter commented 9 years ago
Dirty fix: Add the following lines to panel.rc in every version of shiki-colors
(this is a modification of the suggestion made for bug 142).

# Fix for icon clipping.
style "theme-panelbutton" {
    xthickness = 0
    ythickness = 0

    bg_pixmap[NORMAL]= "/Panels/panel-bg-dark.png" # Disable for normal panel backgrounds.

}

widget "*slab-main-menu-panel-button-bottom*" style "theme-panelbutton"
widget "*slab-main-menu-panel-button-top*" style "theme-panelbutton"
widget "*slab-main-menu-panel-button-left*" style "theme-panelbutton"
widget "*slab-main-menu-panel-button-right*" style "theme-panelbutton"
widget "*fast-user-switch*" style "theme-panelbutton"

Original comment by jhtol...@gmail.com on 2 Aug 2010 at 9:23