Comment 6 for bug 18298

Revision history for this message
Sebastien Bacher (seb128) wrote :

Daniel, it's still open because apparently upstream broke the change when merging some new code

Comment from upstream:

"I'm not sure that this is correct. We should always use it for anything burned
from n-c-b using the cdrecord backend:

        if (TRUE) {
                operation->priv->record_flags |=
NAUTILUS_BURN_RECORDER_WRITE_BURNPROOF;
        }
                if (flags & NAUTILUS_BURN_RECORDER_WRITE_BURNPROOF) {
                        g_ptr_array_add (argv, "driveropts=burnfree");
                }

Can you include the debug output when running to show that it isn't getting
set?"