After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172035 - g-v-m's default DVD autoplay command doesn't work
g-v-m's default DVD autoplay command doesn't work
Status: RESOLVED FIXED
Product: gnome-volume-manager
Classification: Deprecated
Component: general
1.2.x
Other All
: Normal normal
: ---
Assigned To: Robert Love
Robert Love
Depends on:
Blocks:
 
 
Reported: 2005-03-29 21:29 UTC by John Thacker
Modified: 2005-03-30 21:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description John Thacker 2005-03-29 21:29:58 UTC
Please describe the problem:
The default autoplay_dvd_command in gnome-volume-manager.schemas doesn't
actually work to play DVDs.  With the current version of totem and g-v-m, it
should be changed from "totem %d" to "totem dvd://" in order to use the URI
handling.  "totem %d" produces errors of not knowing how to play the device,
whereas "totem dvd://" actually plays the DVD

Steps to reproduce:
1. Run gnome-volume-properties
2. Make sure "Play video DVDs when inserted" is checked, and leave the DVD
autoplay command at the default "totem %d"
3. Insert a DVD


Actual results:
Errors of the type "don't know how to play the file /dev/hdc," and totem fails
to play the DVD.

Expected results:
Totem should play the DVD, like it does if you change the autoplay command to
"totem dvd://" or select "Play Disc" from the totem menu.

Does this happen every time?
Yes

Other information:
Comment 1 Robert Love 2005-03-30 21:57:53 UTC
Committed to gnome-2-10 branch and head.  Bug fixed.