GNOME Bugzilla – Bug 755775
Report progress when copying and moving
Last modified: 2015-09-30 07:28:06 UTC
Progress isn't reported currently. However it is guaranteed that the progress callback will be called at least after all data has been transferred according the GIO documentation. Nautilus shows some weird progress info when moving and copying consequently.
Created attachment 312347 [details] [review] google: Report progress when copying and moving Emit progress callback with total size to fix this issue.
Review of attachment 312347 [details] [review]: Thanks for fixing this Ondrej. I had noticed that nautilus 3.17.x would continue to show the pie-chart button with empty progress indicators, and I had hand waved it as some nautilus bug. It never struck me that this would be the cause of it. The patch looks good to me, and, as far as I can tell, works as expected. I am not a gvfs reviewer, hence not setting 'a-c-n'.
Review of attachment 312347 [details] [review]: Thanks for the review. Pushed as commit 3a70ae6.
Just a notice that this code has to be modified once file size reporting will be fixed, because currently zeros are reported for shared files and consequently Nautilus is showing wrong speed/time estimations for them...