I want to add the "Send by Bluetooth" command to the context menu of Nemo.
To do so, I added in
Code: Select all
/home/rost/.local/share/nemo/actions
Code: Select all
SendByNemo.nemo_action
Code: Select all
[Nemo Action]
Name=Send by Bluetooth
Exec=bluetooth -sendto
Selection=Any
What did I do wrong?
Thanks for helping!