The script simply contains torsocks ./monero-wallet-cli --daemon-address blablabla.onion:18081
which gives me execvp: Exec format error
. After realizing that I am in fact stupid I added #!/bin/sh
to the start which got rid of the error, but upon double clicking nothing still happened. Mind you, the script works perfectly when being run from the terminal, as in ./filename.sh
. It's marked as an executable. Is my system broken? I'm using Ubuntu Impish 21.10 and haven't changed any major settings. Just installed programs for coding and what-not, so it's a pretty clean & new install.
Asked
Active
Viewed 182 times
0

shook_one
- 289
- 1
- 3
- 11
1 Answers
0
The ability to run scripts by double clicking on them is deprecated. I remember doing this which is why I was so confused about it not working anymore. I guess I was wrong.

shook_one
- 289
- 1
- 3
- 11
Run as a program
– pasman pasmański Jan 01 '22 at 12:01