After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 115692 - Background color not restored after relogin
Background color not restored after relogin
Status: VERIFIED INCOMPLETE
Product: gnome-panel
Classification: Other
Component: general
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 123021 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-06-21 21:07 UTC by Joerg Skottke
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
screenshot after relogin showing inconsistent data (177.92 KB, image/png)
2003-06-21 21:10 UTC, Joerg Skottke
Details

Description Joerg Skottke 2003-06-21 21:07:19 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>
Comment 1 Joerg Skottke 2003-06-21 21:10:39 UTC
Created attachment 17681 [details]
screenshot after relogin showing inconsistent data
Comment 2 Joerg Skottke 2003-06-21 21:13:09 UTC
I created an attachment showing panel_background_color in %25gconf.xml
(#3d64cc) and the actual color displayed.
Comment 3 Vincent Untz 2003-09-23 12:06:05 UTC
*** Bug 123021 has been marked as a duplicate of this bug. ***
Comment 4 Vincent Untz 2003-10-14 12:59:19 UTC
Does it still happen in GNOME 2.4 ? It seems to work here.
Comment 5 Joerg Skottke 2003-10-15 17:32:41 UTC
Gnome 2.4 on Severn 0.94/0.95 does not show this behavior anymore. 
Closing.