GNOME Bugzilla – Bug 598581
Show progress when copying files with gvfs
Last modified: 2013-07-03 07:44:52 UTC
Originally filed downstream at https://bugs.launchpad.net/bugs/391663 When using the Send To function from a right click context menu, the dialog stays on screen and is static while the transfer is taking place. If this is a large file being moved to a USB or network drive this can cause problems as it can resemble a lock up or raise doubts about whether the transfer is taking place. A time to completion or transfer rate indicator like the one used in the cut/copy function in nautilus would solve the problem nicely. -- Is there a way to instigate a nautilus copy from nautilus-sendto or is a different approach needed?
From what I've seen - I don't think you can instigate a copy/move from outside of nautilus' process so perhaps this should be done with some zenity magic?
Also the UI blocks with big file transfers, and I think zenity is not an option, it should integrate with nautilus file copy.
*** Bug 614000 has been marked as a duplicate of this bug. ***
Nautilus-sendto uses the send_files function of a certain plugin which forms URI and calls copy_fobject in its turn (at least in removable-devices and nautilus-burn plugins). copy_fobject is nautilus-sendto function and it works synchroniously in the same thread as UI does, that is why the UI blocks. I think integrating with nautilus file operations can be done for removable-devices since copy_fobject uses GFile object just like nautilus-gio does. But there are no file transfer API in Nautilus Extension. So this is partly a nautilus bug too. Should Nautilus-sendto have own file transfer window for removable-devices? Or maybe just a progress bar in its main dialog? Is it worth to use GIO in Nautilus-sendto?
*** Bug 666058 has been marked as a duplicate of this bug. ***
*** Bug 409288 has been marked as a duplicate of this bug. ***
nautilus-sendto for GNOME 3.8 only supports sending files through an email client. In the future, other sharing options will be implemented through portals (an equivalent system to Android intents).