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 <ubuntu-desk...@lists.ubuntu.com>
Architecture: amd64
Version: 2.28.1-0ubuntu1

-- 
Mp3 profile is active in gnome-audio-profiles-properties but not choosable in 
sound-juicer, Rhythmbox and sound-recorder drop down list
https://bugs.launchpad.net/bugs/130152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to