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
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-session (1.2.12) unstable; urgency=medium

* fix deepin-kwin shortcuts

-- Dingyuan Zhang <zhangdingyuan@uniontech.com> Wed, 3 Jul 2024 14:42:06 +0800

dde-session (1.2.11) unstable; urgency=medium

* release 1.2.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Type=notify
# kind of painful as systemd had a bug where it retries the condition.
# Only start if the template instance matches the session type.
ExecCondition=/bin/sh -c 'test "$XDG_SESSION_TYPE" = "%I" || exit 2'
ExecStartPre=-/bin/sh -c 'cp /etc/xdg/kglobalshortcutsrc $HOME/.config/kglobalshortcutsrc'
ExecStart=/usr/bin/deepin-kwin_x11 --replace
# Exit code 1 means we are probably *not* dealing with an extension failure
SuccessExitStatus=1
Expand Down