I want to make a .sh file run via the Raspbian GUI run by simply double clicking on it.
I already made the file executable via chmod +x run in the Terminal by simply double clicking on it.
Right now, it opens a dialog pop-up telling me :
"This text file 'myfile.sh' seems to be an executable script. What do you want to do with it?"
Execute, Execute in Terminal, Open, Cancel
Clicking on any of the first two choices is without any effect. It just closes the dialog window.
Otherwise I can just run the script fine in the Terminal, just by typing ./myfile.sh
Any idea what else I should do ?