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 366909 - No way to burn iso/toc from GUI?
No way to burn iso/toc from GUI?
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
: 370427 428562 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-29 14:47 UTC by Sven Arvidsson
Modified: 2007-04-23 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add application/x-cdrdao-toc mime type (733 bytes, patch)
2006-11-20 16:54 UTC, Sven Arvidsson
committed Details | Review

Description Sven Arvidsson 2006-10-29 14:47:23 UTC
I made a copy of an audio cd using n-c-b. The image was created successfully (image.iso and image.iso.toc) but there seem to be no way of burning this from the GUI. 

No context menu for the .toc file, and trying to use "Write to Disc" on the .iso file results in an error telling me "not a valid disc image.".

Using nautilus-cd-burner --source-cue=image.iso.toc seems to work ok. And brasero identifies the .toc file.

The mimetype for the .toc file is detected as application/x-cdrdao-toc.

It would be great if n-c-b would support .toc files, and perhaps also check for such a file and use it if a user tries to burn an iso/toc image by right clicking on the .iso file.
Comment 1 William Jon McCann 2006-11-20 16:06:46 UTC
If the mime type is detected properly as you say, and using --source-cue works, then this should be as easy as patching burn-extension.c to set is_cue to TRUE when that mime type is found.  Want to make a patch?
Comment 2 Sven Arvidsson 2006-11-20 16:54:37 UTC
Created attachment 76921 [details] [review]
Add application/x-cdrdao-toc mime type

I hope this is satisfactory. This patch simply adds the application/x-cdrdao-toc mime type to is_cue as you described.
Comment 3 William Jon McCann 2006-11-20 17:02:13 UTC
Does it work the way you expect? :)
Comment 4 Sven Arvidsson 2006-11-20 17:19:32 UTC
Yes it does, I guess I should have mentioned that earlier. :)

I tried it with n-c-b 2.16.1 (most up to date in Debian). I also checked to make sure it applies cleanly to the CVS version. 
Comment 5 William Jon McCann 2006-11-20 17:27:56 UTC
Sweet.  Committed to 2-16 and HEAD.  Thanks!
Comment 6 William Jon McCann 2006-11-20 21:06:26 UTC
*** Bug 370427 has been marked as a duplicate of this bug. ***
Comment 7 William Jon McCann 2007-04-23 17:52:32 UTC
*** Bug 428562 has been marked as a duplicate of this bug. ***