> It shouldn't since Ubuntu packages go in `/usr` and Autoconf default prefix > is `/usr/local` so it should just hide/override the one from the repos one > until uninstalled.
No, because we install the plugins where Geany will find them, even if it's outside `prefix`. It's kind of questionable, but it's the way that makes things Just Work, and it can be overridden with `--with-geany-libdir`. > I've worked a while doing the manipulation that causes crashes and nothing > happened :smile: . Good, thanks for testing! > Can you confirm that I can delete the folder `geany-plugins` created for the > cloning. The answer should be yes... But as it's a bit of chinese for me ;-) Yes you can, but then you won't be able to uninstall the plugin automatically (the files installed in `/usr/local/`) i.e. when Ubuntu gets the fixed version. It's not a big problem, and if you don't have too many things in there you should be able to delete it manually when needed. --- 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-plugins/issues/442#issuecomment-226465037
