eht16 left a comment (geany/geany#4342) > The compiler bar has the following error message: > ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be > preloaded (cannot open shared object file): ignored.
I think the LD_PRELOAD error can be ignored. It is just because you have libgtk3-nocsd installed and it obviously does not work. I'd guess because of FlatPak but I might be wrong. Anyway, this is harmless, especially because your PHP script probably won't start a GTK3 user interface. > /bin/sh: line 1: php: command not found This is your problem. You either don't have PHP installed or the FlatPak setup does not allow access to the installed PHP runtime. Either way, this is a problem with your distribution or FlatPak or both but rather not Geany. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4342#issuecomment-2993657181 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4342/[email protected]>
