Jeff Pohlmeyer a écrit :
Maybe you can check which autocomplete file Geany is using...
Launch geany under strace: % strace -o ~/geany.err geany
Then close geany, and check the log: % grep "autocomplete.conf" ~/geany.err
Hi Jeff,
Thanks for that tip, here's my output :
open("/home/kib/opt/share/geany//autocomplete.conf", O_RDONLY|O_LARGEFILE) = 5 open("/home/kib/.geany/autocomplete.conf", O_RDONLY|O_LARGEFILE) = 5
What's wrong, the two '//' in the path or the permissions ?
Just a shot in the dark,
I don't think so... it seems to point the problem.
- Jeff
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
Cheers, Kib.