From 55eb94d58f1e8e460057bc250100fec36de6377b Mon Sep 17 00:00:00 2001 From: fuleyi Date: Wed, 20 Nov 2024 14:25:48 +0800 Subject: [PATCH] chore: Bump version to 6.1.9 Bump version to 6.1.9 --- bin/dde-session-daemon/main.go | 4 ++-- debian/changelog | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/bin/dde-session-daemon/main.go b/bin/dde-session-daemon/main.go index b503d7e0f..3c3e4478c 100755 --- a/bin/dde-session-daemon/main.go +++ b/bin/dde-session-daemon/main.go @@ -190,11 +190,11 @@ func main() { _options.disableModules = strings.Split(_options.disable, ",") } - if os.Getenv("DDE_CURRENT_COMPOSITOR") == "TreeLand" { + if os.Getenv("XDG_SESSION_TYPE") == "wayland" { hasTreeLand = true } - logger.Infof("env DDE_CURRENT_COMPOSITOR is %s", os.Getenv("DDE_CURRENT_COMPOSITOR")) + logger.Infof("env XDG_SESSION_TYPE is %s", os.Getenv("XDG_SESSION_TYPE")) usr, err := user.Current() if err == nil { diff --git a/debian/changelog b/debian/changelog index 92e528097..2bdce3243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +dde-daemon (6.1.9) unstable; urgency=medium + + * feat: automatic switch power saving mode threshold + * fix: 创建配置目录: /var/lib/dde-daemon + * fix: 解决power的dconfig配置初始化失败的问题 + * fix: 解决热键不响应问题 + * chore: 更正bluez属性Percentage的类型 + * feat: support selecting the action when the battery is low + * fix: wrong bus name of dde-lock-service + + -- fuleyi Wed, 20 Nov 2024 14:21:58 +0800 + dde-daemon (6.1.8) unstable; urgency=medium * fix: 修复用户体验计划不可用问题