[Bug Report] 更新到25版最新版系统自带的几个应用不能打开
Tofloor
poster avatar
ahzb
deepin
2026-06-26 14:50
Author

更新到25版最新版系统自带的几个应用不能打开,如字体管理器、音乐、浏览器、邮箱、影院、画板、看图等好几个自带的应用都打不开。点击图标没有任何反应。不能用remove卸载,提示应用不存在。使用sudo apt-get install安装后,也不能打开,为什么?怎么解决呢。重启之后也不行,

Reply Favorite View the author
All Replies
avatar
chmod700
deepin
2026-06-26 16:47
#1

你说的这几个自带应用,现在都是玲珑版本的,所以看起来你应该是系统的玲珑环境被破坏了

Reply View the author
avatar
JohnWoo
deepin
2026-06-26 18:54
#2

试试 ll-cli upgrade

Reply View the author
avatar
ahzb
deepin
2026-06-27 07:59
#3
JohnWoo

试试 ll-cli upgrade

ll-cli: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory。不行

Reply View the author
avatar
ahzb
deepin
2026-06-27 08:00
#4
chmod700

你说的这几个自带应用,现在都是玲珑版本的,所以看起来你应该是系统的玲珑环境被破坏了

怎么解决呢?

Reply View the author
avatar
ahzb
deepin
2026-06-27 08:08
#5
chmod700

你说的这几个自带应用,现在都是玲珑版本的,所以看起来你应该是系统的玲珑环境被破坏了

linglong-bin 已经是最新版 (1.12.4-1)。两次安装都是如此。x86架构

Reply View the author
avatar
米饭虚拟机-nana版
deepin
2026-06-27 08:29
#6
ahzb

ll-cli: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory。不行

缺ssl这个库,右键终端执行这条命令:

sudo apt update && sudo apt install libssl-dev

Reply View the author
avatar
ahzb
deepin
2026-06-27 09:32
#7
米饭虚拟机-nana版

缺ssl这个库,右键终端执行这条命令:

sudo apt update && sudo apt install libssl-dev

也还是不行。点击很多系统自带的程序运行没反应

Reply View the author
avatar
忘记、过去
deepin
2026-06-27 10:44
#8
ahzb

ll-cli: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory。不行

你从哪个版本升级到 25 的?ll-cli 目前链接的是 libssl.so.3,早就不用 libssl.so.1.1 了......


which ll-cli

看看是不是别的地方有 ll-cli 覆盖了 /usr/bin/ll-cli,如果有的话删掉试试;没有的话只能重装 linglong-bin 试试了

sudo apt reinstall linglong-bin
Reply View the author