-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: https://pms.uniontech.com/bug-view-271617.html Log: Signed-off-by: Yutao Meng <[email protected]>
- Loading branch information
1 parent
8ddc5aa
commit 128a70c
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
dde-session (1.2.14) UNRELEASED; urgency=medium | ||
|
||
* chore: Remove [email protected]'s dependency on dde-session-daemon (#91) | ||
* chore: Change user unit orders | ||
|
||
-- Yutao Meng <[email protected]> Sat, 12 Oct 2024 15:54:13 +0800 | ||
|
||
dde-session (1.2.13) unstable; urgency=medium | ||
|
||
* chore: 解决修改快捷键配置重启后恢复的问题 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ install(FILES ${SERVICES} DESTINATION lib/systemd/user/) | |
|
||
install(DIRECTORY DESTINATION lib/systemd/user/dde-session-pre.target.wants/) | ||
set(DDE_SESSION_PRE_WANTS | ||
dde-session-pre.target.wants/[email protected] | ||
dde-session-pre.target.wants/dde-display.service | ||
) | ||
|
||
# dde-session-initialized.target.wants - TODO: 暂时先放这里,后续应该转移到对应服务 | ||
install(DIRECTORY DESTINATION lib/systemd/user/dde-session-initialized.target.wants/) | ||
set(DDE_SESSION_INITIALIZED_WANTS | ||
dde-session-initialized.target.wants/dde-desktop.service | ||
dde-session-initialized.target.wants/[email protected] | ||
dde-session-initialized.target.wants/[email protected] | ||
dde-session-initialized.target.wants/dde-lock.service | ||
dde-session-initialized.target.wants/dde-osd.service | ||
|
@@ -39,9 +39,9 @@ set(DDE_SESSION_INITIALIZED_WANTS | |
|
||
install(FILES ${DDE_SESSION_PRE_WANTS} DESTINATION lib/systemd/user/) | ||
install(FILES ${DDE_SESSION_INITIALIZED_WANTS} DESTINATION lib/systemd/user/) | ||
install_symlink([email protected] dde-session-pre.target.wants) | ||
install_symlink(dde-display.service dde-session-pre.target.wants) | ||
install_symlink(dde-desktop.service dde-session-initialized.target.wants) | ||
install_symlink([email protected] dde-session-initialized.target.wants) | ||
install_symlink([email protected] dde-session-initialized.target.wants) | ||
install_symlink(dde-lock.service dde-session-initialized.target.wants) | ||
install_symlink(dde-polkit-agent.service dde-session-initialized.target.wants) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters