From a7df46cd6d89b1e62239d0f6207e0b16b1892ec2 Mon Sep 17 00:00:00 2001 From: Yutao Meng Date: Tue, 4 Jun 2024 15:24:56 +0800 Subject: [PATCH 1/2] fix: missing modifications to deepin terminal quake mode shortcut exec system_actions should also be modified. Issue: https://github.com/linuxdeepin/developer-center/issues/8881 https://github.com/linuxdeepin/developer-center/issues/8596 https://github.com/linuxdeepin/developer-center/issues/8042 https://github.com/linuxdeepin/developer-center/issues/7852 https://github.com/linuxdeepin/developer-center/issues/7853 https://github.com/linuxdeepin/developer-center/issues/7856 Log: missing modifications to deepin terminal quake mode shortcut exec --- misc/dde-daemon/keybinding/system_actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, { From dc6a3c938d6577817ea3fa2840391db9d712276d Mon Sep 17 00:00:00 2001 From: Yutao Meng Date: Tue, 4 Jun 2024 13:17:02 +0800 Subject: [PATCH 2/2] chore: bump version to 6.0.40 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) 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