GNOME Bugzilla – Bug 784941
files-view: Allow decompressing remote archives
Last modified: 2017-07-18 01:26:23 UTC
Note that nautilus_directory_is_remote() is now unused. Do you want it removed in a separate commit?
Created attachment 355576 [details] [review] files-view: Allow decompressing remote archives There's no reason for archives on, say, SMB remote shares couldn't be decompressed through the "Extract Here" functionality, so remove the remote files check.
Review of attachment 355576 [details] [review]: The reasoning was that permorning that operation on remote could be very slow, when eventually maybe you just want to move it to local disk. But I agree with you it makes more sense to allow it. Yeah feel free to remove the directory_is_remote. Thanks Bastien!
Created attachment 355797 [details] [review] directory: Remove unused nautilus_directory_is_remote()
Attachment 355576 [details] pushed as 4927d63 - files-view: Allow decompressing remote archives Attachment 355797 [details] pushed as 91a607b - directory: Remove unused nautilus_directory_is_remote()