Skip to content

Commit

Permalink
chore: Bump version to 6.1.9
Browse files Browse the repository at this point in the history
Bump version to 6.1.9
  • Loading branch information
fly602 committed Nov 20, 2024
1 parent 7dcb949 commit 55eb94d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dde-session-daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 20 Nov 2024 14:21:58 +0800

dde-daemon (6.1.8) unstable; urgency=medium

* fix: 修复用户体验计划不可用问题
Expand Down

0 comments on commit 55eb94d

Please sign in to comment.