docsteer / sacnview

sACNView provides a tool for monitoring and sending the Streaming ACN lighting control protocol used for lighting control in theatres, TV studios and architectural systems
http://www.sacnview.org
Apache License 2.0
91 stars 24 forks source link

v2.2.0-beta.1 - Linux build missing xcb #297

Open marcusbirkin opened 1 year ago

marcusbirkin commented 1 year ago

Appimage build fails to run

$export QT_DEBUG_PLUGINS=1 $./sACNView_2.2.0-beta.1-x86_64.AppImage QFactoryLoader::QFactoryLoader() checking directory path "/tmp/.mount_sACNViC1JvB5/platforms" ... 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. Reinstalling the application may fix this problem.

Extracting the Appimage squashfs image reveals it's missing the "plugins" and "translations" folders

Related: https://github.com/probonopd/linuxdeployqt/issues/532