进入安装目录,用终端启动:
suzy@suzy:~/software/Qt/Tools/QtCreator/bin$ ./qtcreator
发现错误
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: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
解决方案:
sudo apt-get install libxcb-xinerama0
本文介绍了如何在尝试使用Qt Creator时遇到的关于 xcb 插件加载失败的问题,通过提供sudo apt-get install libxcb-xinerama0的解决方案,并列出了可用的平台插件选项。

4011

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



