From 18760249096e0c205471c76903d936fb5c6db17b Mon Sep 17 00:00:00 2001 From: hanshuang Date: Wed, 31 May 2023 17:04:58 +0800 Subject: [PATCH] fix: install start problem (cherry picked from commit 1bc646aa75f504fce972378c096cbcd5f35f9a37) --- dde-daemon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dde-daemon.spec b/dde-daemon.spec index 0090071..2e25a8d 100644 --- a/dde-daemon.spec +++ b/dde-daemon.spec @@ -12,7 +12,7 @@ Name: dde-daemon Version: 5.13.85.8 -Release: 2 +Release: 3 Summary: Daemon handling the DDE session settings License: GPLv3 URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/ @@ -145,6 +145,7 @@ if [ $1 -ge 1 ]; then %{_sbindir}/alternatives --install %{_bindir}/x-terminal-emulator \ x-terminal-emulator %{_libexecdir}/%{sname}/default-terminal 30 fi +systemctl enable deepin-accounts-daemon %preun if [ $1 -eq 0 ]; then @@ -187,6 +188,9 @@ fi /etc/lightdm/deepin/xsettingsd.conf %changelog +* Wed May 31 2023 hanshuang - 5.13.85.8-3 +- fix: install start problem + * Wed May 31 2023 Wenlong Zhang - 5.13.85.8-2 - update sys to 0.4.0 to support loong64 -- Gitee