Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Architecture: any
Depends:
jq,
sed (>= 4),
startdde (>= 6.0.11),
dde-daemon (>= 6.1.26),
systemd,
${misc:Depends},
${shlibs:Depends},
Expand Down
2 changes: 0 additions & 2 deletions systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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/dde-session@x11.service
dde-session-pre.target.wants/dde-display.service
)

# dde-session-initialized.target.wants - TODO: 暂时先放这里,后续应该转移到对应服务
Expand All @@ -38,7 +37,6 @@ 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(dde-session@x11.service dde-session-pre.target.wants)
install_symlink(dde-display.service dde-session-pre.target.wants)
install_symlink(dde-shell-plugin@org.deepin.ds.desktop.service dde-session-initialized.target.wants)
install_symlink(dde-shell@DDE.service dde-session-initialized.target.wants)
install_symlink(dde-lock.service dde-session-initialized.target.wants)
Expand Down
24 changes: 0 additions & 24 deletions systemd/dde-session-pre.target.wants/dde-display.service

This file was deleted.