[Github-comments] [geany/geany] Run script permission denied (#2374)

Jiří Techet notifications at xxxxx
Sun Oct 20 15:53:15 UTC 2019


@GladOSkar Where did you get the `-c` flag from? Geany should run the script without `-c`. When you go to Edit->Preferences->Tools, what does the "Terminal" command say? The default is
```
xterm -e \"/bin/sh %c\"
```
without `-c`.

> And its possible that the reason Apple needs execute is because it uses zsh, @techee ??

I think this ifdef can be removed now. I believe that in the past we really used to have the run script executable and run it using `/bin/sh -c run_script.sh` but we changed it because on some systems we weren't allowed to run an executable file from /tmp because of security settings.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2374#issuecomment-544264879
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191020/00bf778a/attachment.html>


More information about the Github-comments mailing list