Bug 639484

Summary: Automatic multimedia playback still calls Totem
Product: [Fedora] Fedora Reporter: Nathan Thomas <nathan>
Component: thunar-volmanAssignee: Christoph Wickert <christoph.wickert>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: christoph.wickert, kevin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: thunar-volman-0.3.80-4.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-12 03:10:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nathan Thomas 2010-10-01 21:43:57 UTC
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.

Comment 1 Kevin Fenzi 2010-10-02 21:27:43 UTC
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));

Comment 2 Fedora Update System 2010-10-02 21:52:12 UTC
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

Comment 3 Christoph Wickert 2010-10-03 09:37:21 UTC
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.

Comment 4 Kevin Fenzi 2010-10-03 16:28:33 UTC
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.

Comment 5 Fedora Update System 2010-10-04 02:51:09 UTC
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

Comment 6 Fedora Update System 2010-10-12 03:10:20 UTC
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.