GNOME Bugzilla – Bug 583762
Should support opening DVD .iso via nautilus or via Movie->Open
Last modified: 2009-06-30 13:29:34 UTC
Please describe the problem: Totem no longer supports opening a .iso file via Movie->Open. Choosing an ISO in that dialog has no effect. Similarly, "totem foo.iso" doesn't work either. "totem dvd:/path/to/foo.iso" does. This represents a regression from previous versions of totem, which would play DVD ISOs given on the command-line or opened via Movie->Open. Furthermore, Totem should register itself as a handler for DVD .iso files. Ideally, DVD .iso files should open in Totem by default, rather than file-roller. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Originally reported as Debian bug 526858: http://bugs.debian.org/526858
It worked for me. What version of totem-pl-parser?
Debian package libtotem-plparser12 version 2.26.2-1 .
Then it's probably totem-pl-parser failing to detect the DVD. Could you please run "disc-test" and "test-parser -d" on the ISO file? The test programs are available in the sources of totem-pl-parser.
I'm having the same problem with totem / totem-pl-parser 2.27.1. Opening the ISO from Movie → Open only results in a gvfs mount for the ISO, no action from Totem. Launching it with dvd:// works fine. ./parser -d dvd:///home/sa/Download/FANTASTIC_VOYAGE.iso _get_mime_type_for_name for 'dvd:///home/sa/Download/FANTASTIC_VOYAGE.iso' returned 'application/x-cd-image' URI 'dvd:///home/sa/Download/FANTASTIC_VOYAGE.iso' is special type 'application/x-cd-image' Using application/x-cd-image function for 'dvd:///home/sa/Download/FANTASTIC_VOYAGE.iso' ** Message: Ignored URI "dvd:///home/sa/Download/FANTASTIC_VOYAGE.iso". ./disc dvd:///home/sa/Download/FANTASTIC_VOYAGE.iso ** Message: Error getting media type: unknown reason ** Message: List of connected drives: ** Message: /dev/sdc ** Message: /dev/sdd ** Message: /dev/sdg ** Message: /dev/sdf ** Message: /dev/sr0 ** Message: /dev/sde ** Message: List of volumes: ** Message: No volumes!
Fixed in gnome-2-26 and master. commit f4f1da23b7172a83d79234c516a2b7347caaf187 Author: Bastien Nocera <hadess@hadess.net> Date: Tue Jun 30 14:28:13 2009 +0100 Bug 583762 – Should support opening DVD .iso via nautilus or via Movie->Open 2009-06-30 Bastien Nocera <hadess@hadess.net> * plparse/totem-disc.c (cd_cache_local_file_to_archive): Fix mounting and detection of ISO mounts (they need double escaping, god knows...) (Closes: #583762)