Only a couple of broken drives listed in nautilus-cd-burner: static struct { const char *name; gboolean can_write_cdr; gboolean can_write_cdrw; gboolean can_write_dvdr; gboolean can_write_dvdram; } recorder_whitelist [] = { { "IOMEGA - CDRW9602EXT-B", TRUE, TRUE, FALSE, FALSE }, { "SONY - CD-R CDU948S", TRUE, FALSE, FALSE, FALSE }, };
Created attachment 3756 [details] fdi-file as fix for this bug This should fix this properties. This patch is against current CVS-HEAD
Added fix to current HAL CVS-HEAD. This workaround in nautilus-cd-burner should be no longer needed with the next HAL release. I take the maintainer of nautilus -cd-burner in CC.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.