Qt platform plugin not found
Posted: Tue Jul 18, 2023 7:12 pm
Hi
I'm installing geopsy 3.4.2 on our local mini-cluster using Easybuild, i.e. from sources. The installation works fine but when I try to start geopsy I get an error message.
With I can see that it only seems to be looking for libqxcb.so in <geopsy_install_path>/bin/platforms, which doesn't exist.
One way to get it to work is by setting i.e. pointing it to my Qt installation's plugin/platforms directory. Setting this system wide seems not ideal though, since it might interfere with other software.
How does geopsy normally find the platform plugins?
I'm installing geopsy 3.4.2 on our local mini-cluster using Easybuild, i.e. from sources. The installation works fine but when I try to start geopsy I get an error message.
Code: Select all
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Code: Select all
QT_DEBUG_PLUGINS=1 geopsy
One way to get it to work is by setting
Code: Select all
QT_QPA_PLATFORM_PLUGIN_PATH=$EBROOTQT5/plugins/platforms
How does geopsy normally find the platform plugins?