I created a script to dd sdb to sdc on my older computer with Ubuntu 13. It ran when I clicked on it – asked if I wanted to run in terminal or edit it. On a newer computer, with Ubuntu 14, I created the same script on my desktop and made it executable, but when I click on it, the file simply opens in an editor with no opportunity to execute it. So I copied the 'Simple Bash Example' script from "How do I create a script file for terminal commands?" and made it executable. Same result; click on it and the file simply opens in an editor with no opportunity to execute it. (I have not tried reverting to Ubuntu 13.) What am I doing wrong?
Asked
Active
Viewed 1,835 times
1
-
You need to change the respective setting for the default behaviour. – LiveWireBT Dec 20 '14 at 05:24
1 Answers
-1
Sorry if I wasted anyone's time. The answer is in Bash script with execution permissions won't run with dbl click -- which I found in Linked and Related. Thank you for UBUNTU.

Robert Dunn
- 11