GNOME Bugzilla – Bug 55239
Fix symlink/NautilusLink support
Last modified: 2004-12-22 21:47:04 UTC
Symlink support sucks right now. Mostly the fact that you can't use absolute URIs. The symlink_name field in GnomeVFSFileInfo needs to be redefined to allow absolute URIs.
More difficult is figuring out how we intend to store these on-filesystem. It seems like we have a few different approaches: - Move NautilusLinks or some such ilk into GnomeVFS - Use metadata annotations to a "plain" file (requires metadata of course) - SATAN: put URIs in the symlink field (works on ext2, probably not some other systems)
*** This bug has been marked as a duplicate of 44554 ***