This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
Aborted (core dumped)
在 Windows 7 x64 上运行良好。不适用于 Lubuntu 18.04 LTS。可能类似于issue 79,当我尝试运行 Candle 时,它报告:
我将 Candle 文件夹放在其中
~/bin
,并将 Candle 可执行文件符号链接到~/bin
. 认为这是一个合法的丢失文件,我跑了ldd ~/bin/Candle/Candle
:所以他们似乎都在场,是吗?那么这是版本不兼容吗?这些修复似乎都无济于事。
fixdep.sh
没有帮助。Lubuntu 存储库中可用的 Qt 是 v5.9.2,但 Candle 似乎是用 5.4.2 构建的。我对 Qt 知之甚少,但在其他领域很熟练。如果需要为更新的 Qt 重建它,可以,但需要一点指导。检查download.qt.io/official_releases/qt/只有版本 5.9、5.12 和 5.13 可用。请告知如何进行。谢谢你。