Skip to content

Commit

Permalink
fix: some app failed to use gsettings
Browse files Browse the repository at this point in the history
backport from master 77ce754.

Log:
  • Loading branch information
kamiyadm committed Dec 14, 2023
1 parent bd5f015 commit 57e0150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/util/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const QStringList envList = {
"QT_WAYLAND_SHELL_INTEGRATION",
"GDMSESSION",
"QT_WAYLAND_FORCE_DPI",
"GIO_LAUNCHED_DESKTOP_FILE" // 系统监视器
"GIO_LAUNCHED_DESKTOP_FILE", // 系统监视器
"GNOME_DESKTOP_SESSION_ID" // gnome 桌面标识,有些应用会读取此变量以使用gsettings配置, 如chrome
};
}
} // namespace linglong
Expand Down

0 comments on commit 57e0150

Please sign in to comment.