Would you try adding also
```
/usr/bin/open
```
and
```
/bin/zsh
```
to the list of applications having full disk access?

What happens is that Geany runs the command specified in 
Preferences->Tools->Terminal which by default is
```
open -a terminal %c
```
and where `%c` is substituted for the temporary shell script Geany creates 
called `geany _run_ script_ XXXXXX.sh`. The script is interpreted by the shell, 
i.e. `zsh` (unless you use `bash` or something else) inside the Terminal app. I 
suspect the error message might mean that either the `open` command or the 
`zsh` command don't have full disk access (and not Geany or Terminal).

> I went even to an apple store and they couldnt find the issue.

I'd be really surprised if those guys knew something ;-).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3369#issuecomment-1387385039
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3369/[email protected]>

Reply via email to