I want to add a right-click copy Dropbox link under: Fedora 25, Cinnamon 3.2.x, Nemo 3.2.x
The
nemo-dropboxdoesn't work under Fedora.Info:
The command
dropbox sharelink ~/Dropbox/filename | tr -d '\n' | xsel -ibworks perfect and copy the URL to the clipboard.Info:
- https://www.dropbox.com/en/help/9192
- https://superuser.com/questions/837307/how-to-get-the-url-of-dropbox-file-from-command-line
- How to install Dropbox (and have Dropbox file manager integration) without Nautilus?
- http://www.linuxquestions.org/questions/fedora-35/anyone-had-success-using-dropbox-with-nemo-4175460507/
- https://www.dropbox.com/en/help/9192
Try to add it on a Nemo action at
~/.local/share/nemo/actions/dropbox.nemo_action:[Nemo Action] Active=true Name=Share with Dropbox Comment=Share %F with Dropbox Exec=dropbox sharelink %F | tr -d '\n' | xsel -ib Icon-Name=dropbox Selection=s Extensions=any; Dependencies=xsel; Quote=doublewith no luck... Any ideas?