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 749354 - No progress when copying or moving
No progress when copying or moving
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: webdav backend
1.25.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2015-05-14 06:34 UTC by Ross Lagerwall
Modified: 2015-05-14 22:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dav: Emit progress callbacks when copying and moving (8.26 KB, patch)
2015-05-14 06:40 UTC, Ross Lagerwall
committed Details | Review

Description Ross Lagerwall 2015-05-14 06:34:41 UTC
When copying or moving with Nautilus using webdav, no progress is shown.
Comment 1 Ross Lagerwall 2015-05-14 06:40:32 UTC
Created attachment 303351 [details] [review]
dav: Emit progress callbacks when copying and moving

For progress in applications like Nautilus to be shown correctly, they
need at least one progress callback to be emitted at the end. This is
supposed to be guaranteed according to the GIO documentation. With
server-side copy and move using webdav, emit a single progress callback
at the end with the source file size.
Comment 2 Ondrej Holy 2015-05-14 11:17:16 UTC
Review of attachment 303351 [details] [review]:

Looks good, thanks!
Comment 3 Ondrej Holy 2015-05-14 11:17:18 UTC
Review of attachment 303351 [details] [review]:

Looks good, thanks!
Comment 4 Ross Lagerwall 2015-05-14 22:00:31 UTC
Pushed to master as 5b053ef5a7d6b8391e30e1f915700b7d56bf5967. Thanks for the review!