diff --git a/CHANGELOG.md b/CHANGELOG.md index d537927a1..1aaf5b011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Fixed +- Linux DND detection + ## [1.17.1] - 2024-12-25 ### Fixed - Ubuntu Unity DND detection diff --git a/app/utils/dndManager.js b/app/utils/dndManager.js index d16e2ba58..5146bdedd 100644 --- a/app/utils/dndManager.js +++ b/app/utils/dndManager.js @@ -44,7 +44,7 @@ class DndManager extends EventEmitter { } async _isDndEnabledLinux () { - const de = process.env.ORIGINAL_ORIGINAL_XDG_CURRENT_DESKTOP.toLowerCase() + const de = process.env.ORIGINAL_XDG_CURRENT_DESKTOP.toLowerCase() // https://specifications.freedesktop.org/mime-apps-spec/latest/file.html // https://specifications.freedesktop.org/menu-spec/latest/onlyshowin-registry.html