<img width="573" alt="Screenshot 2022-04-08 at 10 51 48 PM" src="https://user-images.githubusercontent.com/62818989/162528582-40e83f41-f32c-4999-b929-584bc4f392fc.png">
I've been having issues with loading up Geany on my Mac(m1) if anyone could help... thank you!
I'd suggest creating an alias by ``` alias geany=/Applications/Geany.app/Contents/MacOS/geany ``` and placing the above line to your `.zprofile` (and restarting your terminal).
<img width="816" alt="Screenshot 2022-04-09 at 2 04 48 PM" src="https://user-images.githubusercontent.com/62818989/162573440-9d7efa3e-1b35-4470-9f82-a98473a61d5f.png">
any other ideas?
Well, it seems that Geany cannot write to ``` /Users/baheyshalash/.config/geany ``` directory. I'd suggest checking if any of the directories ``` /Users/baheyshalash /Users/baheyshalash/.config /Users/baheyshalash/.config/geany ``` are writeable by you e.g. by using `touch foo` and checking if the file `foo` gets created or by looking at the permissions by running `ls -la`.
github-comments@lists.geany.org