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

Jiří Techet notifications at xxxxx
Tue Oct 15 20:13:32 UTC 2019


@ruzgarmax OK, I think I know what's going on. Previously Geany was launched using a bash script so it inherited all the environment variables defined in a bash config file. This isn't the case any more. Geany launches all the build commands using /bin/sh which is different than /bin/bash on macOS and it doesn't read the bash config files. Try setting the PATH to fortran inside `~/.profile` (right now it's probably set inside `~/.bashrc` or `~/.bash_profile`).

It's a little stupid Geany uses the hard-coded `/bin/sh` inside build.c. Any objections if I make this configurable inside the Various section and make it default to `/bin/bash` for macOS?

-- 
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-542384933
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191015/9f48f14b/attachment.html>


More information about the Github-comments mailing list