GNOME Bugzilla – Bug 524467
Right-click menu of DVD writer does not have "Copy Disk" option
Last modified: 2008-04-25 10:23:29 UTC
The GNOME documentation says: You can create a copy of a CD or DVD, either to another disc or to an image file stored on your computer. To create a copy, perform the following steps: 1. Insert the disc you want to copy. 2. Choose Places ▸ Computer from the top panel menubar. 3. Right-click on the CD icon, and choose Copy Disc. 4. The Write to Disc dialog is displayed. If you have only one drive with write capabilities, the process will first create a disc image file on your computer. It will then eject the original disk, and ask you to change it for a blank disk on which to write the copy. (Desktop User Guide 6.10.2) However, right-clicking on my burners as described gives no "Copy disc" option. (Originally reported as https://qa.mandriva.com/show_bug.cgi?id=39374 )
Yeah, this broke during the conversion from gnome-vfs to GIO. Shouldn't be too difficult to fix if someone wants to take a shot at it.
2008-04-07 William Jon McCann <jmccann@redhat.com> * src/burn-extension.c: (volume_is_blank), (drive_is_cd_device), (nautilus_burn_get_file_items), (nautilus_burn_get_background_items), (burn_monitor_cb): Fix copy disc menu item. Fixes #524467
*** Bug 529839 has been marked as a duplicate of this bug. ***