
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: offscreen, vkkhrdisplay, eglfs, wayland, linuxfb, vnc, minimalegl, xcb, wayland-egl, minimal.
解决方案:
~$ export QT_DEBUG_PLUGINS=1
~$ sudo apt-get install libxcb* libxkbcommon*
文章讲述了Qt应用程序因无法初始化Qtplatformpluginxcb而启动失败的问题,提供了设置QT_DEBUG_PLUGINS环境变量和安装相关库的解决方案。


被折叠的 条评论
为什么被折叠?



