Hallo allerseits,
ich bin grade dabe eine panel.rc zu schreiben leider, so musste ich feststellen, komme ich nicht dahinter wie ich es so hinkriege das auch für minimierte Tasks ein Buttonhintergrund angezeigt wird. Ich hab grob geschätzt die letzten 2 Stunden google mit meinem Problem gequält aber was brauchbares war nicht dabei,
Im Anhang hab ich ne Grafik hochgeladen damit ungefähr klar ist was ich meine.
Hier mal meine panel.rc
##############PANELBACKGROUND############## style "panelbg" { xthickness = 2 ythickness = 0 fg[NORMAL] = "#FFFFFF" fg[PRELIGHT] = "#FFFFFF" fg[ACTIVE] = "#FFFFFF" fg[SELECTED] = "#000000" fg[INSENSITIVE] = "#8A857C" text[NORMAL] = "#000000" text[PRELIGHT] = "#000000" text[ACTIVE] = "#000000" text[SELECTED] = "#000000" text[INSENSITIVE] = "#8A857C" bg_pixmap[NORMAL] = "Panel/Panelbg.png" bg_pixmap[INSENSITIVE] = "<parent>" bg_pixmap[PRELIGHT] = "<parent>" bg_pixmap[SELECTED] = "<parent>" bg_pixmap[ACTIVE] = "<parent>" } class "*Panel*" style "panelbg" widget_class "*notif*" style "panelbg" widget_class "*Notif*" style "panelbg" widget_class "*Tray*" style "panelbg" widget_class "*tray*" style "panelbg" ################PANELBUTTONS################ style "panelbuttons" { fg[NORMAL] = "#ffffff" fg[PRELIGHT] = "#ffffff" fg[ACTIVE] = "#ffffff" fg[SELECTED] = "#ffffff" fg[INSENSITIVE] = "#ffffff" xthickness = 2 ythickness = 1 GtkWidget::focus_padding = 2 engine "pixmap" { image { function = BOX recolorable = TRUE state = NORMAL file = "Panel/panel-button-active.png" border = { 9, 9, 9, 9 } stretch = TRUE } image { function = BOX recolorable = TRUE state = PRELIGHT file = "Panel/panel-button-prelight.png" border = { 9, 9, 9, 9 } stretch = TRUE } image { function = BOX recolorable = TRUE state = PRELIGHT file = "Panel/panel-button-active.png" border = { 9, 9, 9, 9 } stretch = TRUE } image { function = BOX recolorable = TRUE state = PRELIGHT file = "Panel/panel-button-active.png" border = { 9, 9, 9, 9 } stretch = TRUE } image { function = BOX recolorable = TRUE state = ACTIVE file = "Panel/panel-button-active-prelight.png" border = { 9, 9, 9, 9 } stretch = TRUE } image { function = BOX recolorable = TRUE state = INSENSITIVE file = "Panel/panel-button-inactive.png" border = { 9, 9, 9, 9 } stretch = TRUE } } } widget "*PanelWidget*" style "panelbuttons" widget "*PanelApplet*" style "panelbuttons" widget_class "*Panel*GtkToggleButton*" style "panelbuttons" widget_class "*Panel*GtkButton" style "panelbuttons" widget_class "*PanelButton*." style "panelbuttons" ############################################ #FIXES THE STANDARD SHUTDOWN-DIALOG ON GNOME ############################################ style "fix" { xthickness = 0 ythickness = 0 bg[NORMAL] = "#e9e9e9" } class "*Panel*" style "fix" ############################################
lg Claudia