diff --git a/debian/changelog b/debian/changelog index 9f2a78efa..a1a0c93a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dde-daemon (6.0.40) unstable; urgency=medium + + * chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 + fix: the dock icon of deepin-terminal quake mode is missing + + -- Yutao Meng Tue, 04 Jun 2024 13:11:52 +0800 + dde-daemon (6.0.39) unstable; urgency=medium * fix: fix a crash diff --git a/misc/dde-daemon/keybinding/system_actions.json b/misc/dde-daemon/keybinding/system_actions.json index a30f0966e..02537bd4c 100644 --- a/misc/dde-daemon/keybinding/system_actions.json +++ b/misc/dde-daemon/keybinding/system_actions.json @@ -29,7 +29,7 @@ "Key": "logout" }, { - "Action": "deepin-terminal --quake-mode", + "Action": "dde-am deepin-terminal quake-mode", "Key": "terminal-quake" }, {