Skip to content

Commit

Permalink
chore: dde-session-daemon work on TreeLand
Browse files Browse the repository at this point in the history
dde-shell needs dde-session-daemon.

Log:
  • Loading branch information
justforlxz committed Jun 26, 2024
1 parent 9932ac8 commit c15a469
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install(DIRECTORY DESTINATION lib/systemd/user/dde-session-initialized.target.wa
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
dde-session-initialized.target.wants/dde-osd.target
Expand All @@ -44,7 +43,6 @@ 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)
install_symlink(dde-osd.service dde-session-initialized.target.wants)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ After=org.dde.session.Daemon1.service

[Service]
Type=simple
ExecCondition=/bin/sh -c 'test "$XDG_SESSION_TYPE" = "x11" || exit 2'
ExecStart=/usr/bin/dde-shell -C %I
TimeoutStartSec=infinity
Slice=session.slice
Expand Down
33 changes: 0 additions & 33 deletions systemd/dde-session-initialized.target.wants/[email protected]

This file was deleted.

0 comments on commit c15a469

Please sign in to comment.