I am trying to make a script file. Everything works fine, but it only starts from the terminal.
I already made it executable using chmod +x filename.sh
, but it won't run.
I saw a solution:
xfconf-query --channel thunar --property /misc-exec-shell-scripts-by-default \ --create --type bool --set true '
But even this doesn't work.