Answers to: Move to custom location | Fedora 15http://linuxexchange.org/questions/2668/move-to-custom-location-fedora-15<p>Hi. When I right click on a file in fedora 15 and go to move to, I want to a a custom location there</p> <p>for example: my dropbox public folder</p> <p>how can I do that?</p>enFri, 04 Nov 2011 16:18:42 -0400Answer by HerrHundhttp://linuxexchange.org/questions/2668/move-to-custom-location-fedora-15/2736<p>I'm assuming you use the Nautilus File Manager.</p> <p>You can use the "nautilus-actions" package and add an action like "Move to dropbox" which would be something like:</p> <p>Command: /bin/mv Params: %M /home/%U/dropbox-folder</p> <p>Meaning "Move, with the full path, all selected files to the folder "dropbox-folder", located in your home directory.</p>HerrHundFri, 04 Nov 2011 16:18:42 -0400http://linuxexchange.org/questions/2668/move-to-custom-location-fedora-15/2736