qt.qpa.plugin:无法加载" "中的Qt平台插件"xcb",即使找到它



我得到

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

在 Debian 9 中全新安装 qt creator 之后。不幸的是,这里的解决方案告诉我要做ldd /usr/lib/qt/plugins/platforms/libqxcb.so/usr/lib/qt/甚至不存在。

sudo apt-get install --reinstall libxcb-xinerama0

按照这两个步骤,它对我有用

$ sudo -s
# sudo apt-get install libcap2-bin

并重新启动以获取更多信息...

相关内容

最新更新