Bug 639484
Summary: | Automatic multimedia playback still calls Totem | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nathan Thomas <nathan> |
Component: | thunar-volman | Assignee: | Christoph Wickert <christoph.wickert> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | 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
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. |