[Share Experiences] 关于兼容问题
Tofloor
poster avatar
blue
deepin
2021-09-09 05:41
Author

今天查看了下论坛的应用专区,到官网下载了美图秀秀并安装,可是却发现无法打开

~/Downloads$ /opt/apps/com.meitu.mtxx/files/bin/mtxx.sh
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Aborted

添加export QT_DEBUG_PLUGINS=1,但是提示还是只有这个......最后到在网上搜查终于搞定:删除/opt/apps/com.meitu.mtxx/files/lib文件夹下libQt5*开头的库文件(原文:https://www.bilibili.com/read/cv11054436/)

另外在网上也查到有人提到库文件导致段错误的事(https://blog.csdn.net/sspdfn/article/details/115305532),想起安装后一直不能运行的电脑管家,果然,删除/opt/apps/com.youloft.uos.clean/files/libs下的libdtkwidget.so.5后就能运行了(我把里面的三个文件都删了)。

Reply Favorite View the author
All Replies
安洛
deepin
2021-09-09 06:50
#1

这个打包命名……真的是官网的美图秀秀么?

看起来是没有随deepin更新qt版本。

Reply View the author
blue
deepin
2021-09-09 07:47
#2
安洛

这个打包命名……真的是官网的美图秀秀么?

看起来是没有随deepin更新qt版本。

应该是吧

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2021-09-09 20:39
#3
Reply View the author
blue
deepin
2021-09-09 22:19
#4
神末shenmo

update,发现其中有美图秀秀,是不是加入官方源里了?但是加入前是否确认了运行正常(更新完后,我这里怎么还是要手工删除libQt5*后才能运行),还是我安装的系统出问题了(社区版20.2.3,内核5.13.13)?

apt list --upgradable 
正在列表... 完成
com.meitu.mtxx/stable 2.0.0 amd64 [可从该版本升级:2.0.0]
......
Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2021-09-10 06:25
#5
blue

update,发现其中有美图秀秀,是不是加入官方源里了?但是加入前是否确认了运行正常(更新完后,我这里怎么还是要手工删除libQt5*后才能运行),还是我安装的系统出问题了(社区版20.2.3,内核5.13.13)?

apt list --upgradable 
正在列表... 完成
com.meitu.mtxx/stable 2.0.0 amd64 [可从该版本升级:2.0.0]
......

社区版和家庭版共用仓库,但是两个系统qt版本不同,可能问题在这

@ 忘记、过去

Reply View the author
王猛龙
deepin
2022-02-22 16:48
#6

删除目录下真的这些 文件

image.png

亲测有效

Reply View the author