From fe15345e9b936934a71cf1e60660049defded374 Mon Sep 17 00:00:00 2001 From: zhaoyingzhen Date: Mon, 14 Jul 2025 17:11:08 +0800 Subject: [PATCH] fix: update systemd service dependencies for ApplicationManager1 Changed the symlink target in CMakeLists.txt from dde-session-initialized.target to dde-session-core.target. Updated the service file to reflect the new dependencies, replacing references to dde-session-initialized.target with dde-session-core.target. This ensures proper service management and initialization order. Log: as title --- misc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt index 4d3b0311..83cb383c 100644 --- a/misc/CMakeLists.txt +++ b/misc/CMakeLists.txt @@ -30,7 +30,7 @@ install(FILES ${SYSTEMD_USER_FILE} DESTINATION ${SERVICE_DEST_PATH}) install(FILES ${SYSTEMD_USER_DROP_IN_FILE} DESTINATION ${SERVICE_DEST_PATH}/app-DDE-.service.d) # create a symlink to dde-session -install_symlink(org.desktopspec.ApplicationManager1.service dde-session-initialized.target.wants) +install_symlink(org.desktopspec.ApplicationManager1.service dde-session-core.target.wants) # dde-autostart service configure_file(