After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784941 - files-view: Allow decompressing remote archives
files-view: Allow decompressing remote archives
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-14 09:37 UTC by Bastien Nocera
Modified: 2017-07-18 01:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
files-view: Allow decompressing remote archives (1.19 KB, patch)
2017-07-14 09:37 UTC, Bastien Nocera
committed Details | Review
directory: Remove unused nautilus_directory_is_remote() (1.92 KB, patch)
2017-07-18 01:25 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2017-07-14 09:37:01 UTC
Note that nautilus_directory_is_remote() is now unused. Do you want it
removed in a separate commit?
Comment 1 Bastien Nocera 2017-07-14 09:37:05 UTC
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.
Comment 2 Carlos Soriano 2017-07-17 09:38:26 UTC
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!
Comment 3 Bastien Nocera 2017-07-18 01:25:21 UTC
Created attachment 355797 [details] [review]
directory: Remove unused nautilus_directory_is_remote()
Comment 4 Bastien Nocera 2017-07-18 01:26:14 UTC
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()