Description of problem: In Xfce Menu > Preferences > Removable Drive and Media > Multimedia, the options for automatic playback of audio and video discs are still set to launch Totem by default, even though Totem is no longer part of the default Xfce Spin install. Version-Release number of selected component (if applicable): Fedora 14 Beta This needs to be changed to Parole.
This looks like a easy fix. I will whip up some packages here in a bit. % cat thunar-volman-0.3.80-parole.patch diff -Nur thunar-volman-0.3.80.orig/thunar-volman/tvm-preferences.c thunar-volman-0.3.80/thunar-volman/tvm-preferences.c --- thunar-volman-0.3.80.orig/thunar-volman/tvm-preferences.c 2008-08-21 05:23:30.000000000 -0600 +++ thunar-volman-0.3.80/thunar-volman/tvm-preferences.c 2010-10-02 15:18:21.663163529 -0600 @@ -309,7 +309,7 @@ g_param_spec_string ("autoplay-audio-cd-command", "autoplay-audio-cd-command", "autoplay-audio-cd-command", - "totem %d", + "parole %d", EXO_PARAM_READWRITE)); /** @@ -335,7 +335,7 @@ g_param_spec_string ("autoplay-video-cd-command", "autoplay-video-cd-command", "autoplay-video-cd-command", - "totem %d", + "parole %d", EXO_PARAM_READWRITE));
thunar-volman-0.3.80-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/thunar-volman-0.3.80-3.fc14
The fix doesn't work, it needs to be "parole --device %d* instead of "parole %d". I have built 0.3.80-4 now, please withdraw -3 from updates.
Ugh. Sorry about that. I did have the right patch, but commited an early/first cut one accidentally instead. ;( I've edited the update to use -4.
thunar-volman-0.3.80-4.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update thunar-volman'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/thunar-volman-0.3.80-4.fc14
thunar-volman-0.3.80-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.