GNOME Bugzilla – Bug 115692
Background color not restored after relogin
Last modified: 2009-08-15 18:40:50 UTC
The panel-backgroundcolor always is #000000 after relogin. When changing the color, it is stored in the file .gconf/apps/panel/profiles/default/panels/bottom_panel/%25gconf.xml. When doing a relogin, this data doesn't appear to be read, the panel is solid black. <snip> <entry name="panel_background_type" mtime="1056229306" schema="/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_type" muser="skotti" type="string"> <stringvalue>color-background</stringvalue> </entry> [...] <entry name="panel_background_color" mtime="1056229306" schema="/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_color" muser="skotti" type="string"> <stringvalue>#3d64cc</stringvalue> </entry> </snip>
Created attachment 17681 [details] screenshot after relogin showing inconsistent data
I created an attachment showing panel_background_color in %25gconf.xml (#3d64cc) and the actual color displayed.
*** Bug 123021 has been marked as a duplicate of this bug. ***
Does it still happen in GNOME 2.4 ? It seems to work here.
Gnome 2.4 on Severn 0.94/0.95 does not show this behavior anymore. Closing.