> nbeerli@galaxy3:~$ ls -la ~/.config/geany ls: cannot open directory > '/home/nbeerli/.config/geany': Permission denied nbeerli@galaxy3:~$
This is your problem. What does `ls -la ~/.config` give? Did you tried to start Geany as root (e.g. with `sudo`) before or anything else? To solve your problem: make sure your user can write to his own configuration directory. How to do that depends on the output of the ls command above. -- 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/2203#issuecomment-504423366
