GNOME Bugzilla – Bug 528950
trivial archive enhancements
Last modified: 2008-04-20 18:53:26 UTC
Will attach a patch that sets the read-only bits on the returned FileInfo objects. This makes Nautilus present better error messages if the user tries to copy stuff onto the mount. Also, it will grey out a lot of non-ro operations in Nautilus such as Create Folder etc. Also, this patch will turn on thumbnailing of files from archive mounts. Which makes it look pretty nice.
Created attachment 109558 [details] [review] Proposed patch
Ben, does this look good to you to commit to both stable and trunk? Thanks.
Yeah, looks fine.
Created attachment 109595 [details] [review] a few more fixes thanks.. I found two minor other issues - it's nicer to use from_commandline_arg to handle things file=/home/foo/bar.iso as well - usec are uint32, not uint64 which I committed as well. Thanks.
Committed on both stable and gvfs-2-22 2008-04-20 David Zeuthen <davidz@redhat.com> * daemon/gvfsbackendarchive.c: some minor fixes (#528950)