[Bug Report] debian13安装玲珑应用报错
Tofloor
poster avatar
windows-linux
deepin
2025-08-25 20:45
Author

root@1234:/home/a# ll-cli run org.deepin.demo
(4106) ./apps/ll-cli/src/main.cpp:693 Failed to activate org.deepin.linglong.PackageManager1 QDBusError("org.freedesktop.DBus.Error.TimedOut", "Failed to activate service 'org.deepin.linglong.PackageManager1': timed out (service_start_timeout=25000ms)")
root@1234:/home/a# ll-cli run org.deepin.calculator
(4129) ./apps/ll-cli/src/main.cpp:693 Failed to activate org.deepin.linglong.PackageManager1 QDBusError("org.freedesktop.DBus.Error.TimedOut", "Failed to activate service 'org.deepin.linglong.PackageManager1': timed out (service_start_timeout=25000ms)")
root@1234:/home/a#

Reply Favorite View the author
All Replies
我是昵称
deepin
2025-08-25 22:06
#1

Gnome吗?我测试xfce是OK的

Reply View the author
cheems
deepin
2025-08-25 22:07
#2
我是昵称

Gnome吗?我测试xfce是OK的

我也是gnome debian13,一样的报错

Reply View the author
我是昵称
deepin
2025-08-26 12:40
#3
cheems

我也是gnome debian13,一样的报错

去如意玲珑仓库提issue

Reply View the author
会飞的鱼11
deepin
Community Developer
2025-08-27 10:57
#4
  1. 看报错应该是包管理服务没能正常启动,可以执行 sudo systemctl status org.deepin.linglong.PackageManager.service 看看玲珑的包管理服务有没有正常启动,如果没能启动,上传日志看下;
  2. 另外不要以root用户去启动应用
Reply View the author