Bug 639484 - Automatic multimedia playback still calls Totem
Summary: Automatic multimedia playback still calls Totem
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: thunar-volman
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Christoph Wickert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-01 21:43 UTC by Nathan Thomas
Modified: 2010-10-12 03:10 UTC (History)
2 users (show)

Fixed In Version: thunar-volman-0.3.80-4.fc14
Clone Of:
Environment:
Last Closed: 2010-10-12 03:10:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.