[Github-comments] [geany/geany] macos - catalina - Full Disk Access not working (Documents, Desktop, ...) (#2344)

Jiří Techet notifications at xxxxx
Wed Oct 16 09:26:37 UTC 2019


> Okay, then zsh, as long as it's a defined environment. I fear arbitrary the option for shells because each has its own gotchas that we'd need to support.

No, you don't understand - we can't hard-code neither, we just don't know which one the user uses. On older macOS versions it will probably be bash, on newer ones (over time) probably zsh. But at this moment it's configurable.

What exactly do you fear? Right now it runs something like

```
/bin/sh -c fortran
```

what could go wrong if it runs

```
/bin/zsh -c fortran
```

What exactly do we have to support in this case?

> Commands with options and such could be an issue, for eg do all shells support shell_name -c "command"?

I checked the major ones and all do.

-- 
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/2344#issuecomment-542613016
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191016/39a5cff0/attachment.html>


More information about the Github-comments mailing list