[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
avatar
9136
deepin
2025-08-25 22:06
#1

Gnome吗?我测试xfce是OK的

Reply View the author
avatar
cheems
deepin
2025-08-25 22:07
#2
9136

Gnome吗?我测试xfce是OK的

我也是gnome debian13,一样的报错

Reply View the author
avatar
9136
deepin
2025-08-26 12:40
#3
cheems

我也是gnome debian13,一样的报错

去如意玲珑仓库提issue

Reply View the author
avatar
会飞的鱼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
avatar
Ligocut光剪视频剪辑软件
deepin
Backbone of ecological co-construction group
2026-05-29 00:58
#5

创建缺失目录:

sudo mkdir -p /var/lib/linglong/repo/refs/heads
sudo chown deepin-linglong:deepin-linglong /var/lib/linglong/repo/refs/heads

然后重启服务:

sudo systemctl restart org.deepin.linglong.PackageManager.service

查看状态:

systemctl status org.deepin.linglong.PackageManager.service
Reply View the author