Hi. When I right click on a file in fedora 15 and go to move to, I want to a a custom location there for example: my dropbox public folder how can I do that? |
I'm assuming you use the Nautilus File Manager. You can use the "nautilus-actions" package and add an action like "Move to dropbox" which would be something like: Command: /bin/mv Params: %M /home/%U/dropbox-folder Meaning "Move, with the full path, all selected files to the folder "dropbox-folder", located in your home directory. |