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 543965 - Make sendto work on remote shares
Make sendto work on remote shares
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2008-07-21 10:04 UTC by Bastien Nocera
Modified: 2009-01-07 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for this bug (6.01 KB, patch)
2008-11-05 17:09 UTC, Maxim Ermilov
none Details | Review

Description Bastien Nocera 2008-07-21 10:04:24 UTC
This should be possible using the FUSE support built into gvfs.

in src/nautilus-nste.c, use nautilus_file_info_get_location() and try to get the local path for the file. If there is one, we're good to go.

In src/nautilus-sendto-command.c, nautilus_sendto_init(), construct a list of local URIs using GFile functions instead of doing it by hand.
Comment 1 Maxim Ermilov 2008-11-05 17:09:22 UTC
Created attachment 122039 [details] [review]
patch for this bug

This patch allow user send files to any mounted volumes (shares, usb drive, etc)
Comment 2 Bastien Nocera 2009-01-06 18:15:06 UTC
Maxim, your patch looks like it should be in bug 453758.
Comment 3 Bastien Nocera 2009-01-07 14:40:47 UTC
2009-01-07  Bastien Nocera  <hadess@hadess.net>

        * src/nautilus-sendto-command.c (nautilus_sendto_init):
        When going through the filenames from the command-line,
        get FUSE filenames for the files when possible, so
        we can send files from remote locations (Closes: #543965)