Comment 12 for bug 130152

Revision history for this message
DJ Dallas (djdallas) wrote :

I can confirm that this is still present in the karmic release.

GuyS (comment #10) has nailed this one. Someone please fix this.

Any entries made or modified with gnome-audio-profiles-properties, creates a xml file entry for gconf (~/.gconf/system/gstreamer/0.10/audio/profiles/profile_name/%gconf.xml).
The created gconf .xml file entries have syntax errors, which means that they are not parsed/loaded correctly. This then results in them not being accessible or usable by the client programs like rhythmbox.

Here is a line from a new profile I added:
{{{
<entry name="active" mtime="1258801687" type="bool" value="true"/>
}}}

This is how it should read:
{{{
<entry name="active" mtime="1258473372" type="bool" value="true">
 </entry>
}}}

Specifically: " /> " should read " > </entry> "

Once the entries are corrected and a logout/login cycle completed, then everything works as advertised.

Thanks,
David

Package: gnome-media
Section: gnome
Maintainer: Ubuntu Desktop Team <email address hidden>
Architecture: amd64
Version: 2.28.1-0ubuntu1