To this end I have placed them into ~/.local/share/nemo/scripts and ensured they are set to executable
They show up in the Nemo context menu for "scripts," but when I click on them within that context menu, NOTHING seems to happen.
As an example, I have a "hello_world.sh" test script
Code: Select all
#!/bin/bash
clear
echo
echo "hello world"
Meanwhile, invoking from terminal (e.g. " ~/.local/share/nemo/scripts/hello_world.sh " works just fine.
Insights would be appreciated.