We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been having issues with loading up Geany on my Mac(m1) if anyone could help... thank you!
The text was updated successfully, but these errors were encountered:
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).
.zprofile
Sorry, something went wrong.
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.
touch foo
foo
ls -la
No branches or pull requests
I've been having issues with loading up Geany on my Mac(m1) if anyone could help...
thank you!
The text was updated successfully, but these errors were encountered: