云网牛站
所在位置:首页 > Linux教程 > 在Deepin系统下启动Qt6提示无法将xcb加载的解决方案

在Deepin系统下启动Qt6提示无法将xcb加载的解决方案

2020-12-16 10:34:50作者:blue稿源:深度站

经测试Qt6是可以在Deepin系统下运行的,能正常编译并执行。当前Qt6已经进入Arch的官方仓库,Arch的用户有福了,有用户测试可以在Deepin系统下安装Qt6,但启动时有错误产生,造成无法启动的情况,不过问题是可以解决的。

在Deepin系统下启动Qt6提示无法将xcb加载的解决方案

 

错误

./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.

大意为:

qt.qpa.plugin:即使找到Qt平台插件“xcb”,也无法将其加载到""中。此应用程序无法启动,因为无法初始化Qt平台插件,重新安装该应用程序可能会解决此问题。

可用的平台插件为:eglfs,linuxfb,minimum,minimegl,offscreen,vnc,xcb。

 

解决方案

下载并安装libxcb-util1_0.4.0-1+b1_amd64.deb就可以正常使用了。

下载地址:http://ftp.br.debian.org/debian/pool/main/x/xcb-util/libxcb-util1_0.4.0-1+b1_amd64.deb

下载后使用sudo dpkg -i libxcb-util1_0.4.0-1+b1_amd64.deb命令安装,参考dpkg命令_Linux dpkg命令使用详解:Debian Linux系统上安装、创建与管理软件包

注:如果是其它平台,请到http://ftp.br.debian.org/debian/pool/main/x/xcb-util/下载相应的软件包。

 

相关主题

Qt 6.0发布下载,附Qt 6新功能和主要变化介绍

精选文章
热门文章