[Bug 18778] nautilus-cd-burner should have --force option to cdrdao
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Wed Nov 23 18:23:05 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=18778
Ubuntu | nautilus-cd-burner
------- Additional Comments From mandelbergd at eth0.is-a-geek.org 2005-11-23 18:23 UTC -------
I'm using dapper (but I haven't checked if cdrdao still has the problem). The
error n-c-b gives is really generic and I don't want to waste a disc to see it
again. It happened when I was trying to copy an audio cd by right-clicking on
the cd icon on the desktop and clicking "Copy Disc...".
n-c-b does use cdrdao for CUE and TOC files, but not for ISO. The code in
nautilus-burn-recorder.c is:
if (track->type == NAUTILUS_BURN_RECORDER_TRACK_TYPE_CUE) {
argv = g_ptr_array_new ();
g_ptr_array_add (argv, "cdrdao");
[...]
} else {
argv = g_ptr_array_new ();
g_ptr_array_add (argv, "cdrecord");
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list