Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

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?

asked 23 Aug '11, 00:00

Kod's gravatar image

Kod
3126
accept rate: 0%




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.

link

answered 04 Nov '11, 16:18

HerrHund's gravatar image

HerrHund
111
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×24

Asked: 23 Aug '11, 00:00

Seen: 1,875 times

Last updated: 04 Nov '11, 16:18

powered by OSQA