do you know if there is possibility to add custom script as element in context menu? I've seen similar threads related adding "open folder as root" and "make executable/run" entries, but still I'm not able to make such element in context menu work with my script.
My script works perfectly when I'm calling it by name from terminal (it is in /bin/):
myscript.sh filename.
Do you how the syntax of Exec in New Contractor Entery shoud looks like to makes it work?
Asked
Active
Viewed 351 times
2
1 Answers
-1
Exec=myscript.sh "%U"
android
- 1
-
1Welcome to Unix & Linux! [Brevity is acceptable, but fuller explanations are better](https://unix.stackexchange.com/help/how-to-answer). – Kusalananda Sep 17 '22 at 09:06