0

When I use the command prompt and type ./myprogram it executes just fine, but when I try to click on the executable in nautilus it just opens the text editor. I turned on the executing permissions in the properties window but still no good. Any idea's what my issue is.

Running Ubuntu 20.04 recently upgraded

1 Answers1

1

You can set that in 'preference menu':

Behaviour -> Executable text files -> Run them

Biggybi
  • 585
  • OK did that, excuse ignorance please. Still doesn't run from nautilus though. Could it have something to do with the executable ending in .desktop? – Matthew Smestad May 25 '20 at 15:52
  • The extension does not affect a script execution in Linux. Your script might execute but not alert you that it did. – Biggybi May 25 '20 at 16:06