GNOME Bugzilla – Bug 376998
Fails to create discs when you try to burn a symlink.
Last modified: 2009-07-29 10:46:07 UTC
- Drop a symlink in burn:// - Write to disc $ src/nautilus-cd-burner launching command: mkisofs -r -J -input-charset utf8 -graft-points -path-list /tmp/iso-fabio.JEZDJT -V Dati personali, 19 nov 2006 -o /home/fabio/Desktop/image.iso.ZWYDJT process stdout: HUP make_iso stderr: mkisofs: Missing pathspec. make_iso stderr: Usage: mkisofs [options] file... make_iso stderr: make_iso stderr: Use mkisofs -help make_iso stderr: to get a list of valid options. make_iso stderr: This version of mkisofs includes the unofficial iconv-patch make_iso stderr: from http://users.utu.fi/jahhein/mkisofs/ make_iso stderr: Report errors to cdrtools@packages.debian.org make_iso stderr: This version of mkisofs includes the unofficial JTE patch make_iso stderr: from http://www.einval.com/~steve/software/JTE/ make_iso stderr: Report errors to steve-jte@einval.com process stderr: HUP
After further investigations: - This occurs when the symlink points to a directory - If you try to burn a symlink pointing to a file, that symlink will be burned even if on the disc it will become a broken link. This doesn't seem right. mapping-daemon.c defines VIRTUAL_NODE_FILE and VIRTUAL_NODE_DIRECTORY for a VirtualNodeType, but handles symlinked directories as VIRTUAL_NODE_FILEs.
*** Bug 488816 has been marked as a duplicate of this bug. ***
nautilus-cd-burner has been replaced by Brasero in the GNOME 2.26 release. If your bug still applies to Brasero, please feel free to re-open the bug, and reassign it to brasero itself.