GNOME Bugzilla – Bug 134214
/apps/rhythmbox/state/play_order gconf key not installing
Last modified: 2004-12-22 21:47:04 UTC
installed rb 0.70 to /opt/gnome-2.5.3 error with segfault at: jgbiggs@gort jgbiggs]$ rhythmbox (rhythmbox:26184): Rhythmbox-CRITICAL **: /apps/rhythmbox/state/play_order gconf key not found! (rhythmbox:26184): Rhythmbox-WARNING **: Unknown value "" in GConf key "/apps/rhythmbox/state/play_order". Using linear play order. looking to the rb schema file in /etc/gconf/schemas and /opt/gnome-2.5.3/etc/gconf/schemas shows that the key in in the file. checked gconf: [jgbiggs@gort jgbiggs]$ gconftool-2 --get-default-source xml::/opt/gnome-2.5.3/etc/gconf/gconf.xml.defaults Manually adding the key thru the gconfeditor gui corrected the problem.
What build system was used to build gnome 2.5.3?
I used garnome-0.29.1 and updated all the makefiles to grab the 2.5.3 release tarballs when changed. but I had to grab control-center from cvs due to an api breakage with libxklavier. hope this helps.
Is the schema being installed in 2.5's tree?
I can see the "key" in the following file: /opt/gnome-2.5.3/etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/%gconf.xml as the following entry: <entry name="play_order" mtime="1076591715" schema="/schemas/apps/rhythmbox/state/play_order"/> If you need further info let me know.
Are you absolutely sure you installed the GConf schema correctly?
installing 0.7.0 via GARNOME-0.31 (gnome-2.5.5) and rebooting seems to have installed the key properly.