[problem help] 软件打不开
Tofloor
poster avatar
lyl
deepin
2024-11-15 12:43
Author

时不时微信,迅雷点不开

Reply Favorite View the author
All Replies
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2024-11-15 13:17
#1

你在桌面上右键这个软件-打开方式-文本编辑

然后查看Exec= 后面这个写的是什么

然后放进终端执行这个内容,看看显示什么报错

Reply View the author
lyl
deepin
2024-11-15 16:47
#2
把一切操作变成GUI

你在桌面上右键这个软件-打开方式-文本编辑

然后查看Exec= 后面这个写的是什么

然后放进终端执行这个内容,看看显示什么报错

/opt/apps/com.xunlei.download/files/thunder: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2024-11-15 20:08
#3
lyl

/opt/apps/com.xunlei.download/files/thunder: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

缺库,请在这段里面输入安装

 
sudo apt-get update
sudo apt-get install libdbus-glib-1-2

 

Reply View the author
小小怪冲啊!
deepin
2024-11-15 23:45
#4

agree

Reply View the author