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?