Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: some app failed to use gsettings #152

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
linglong (1.3.18-1) unstable; urgency=medium

This release include some backports:
* fix: some app failed to use gsettings
* some app failed to share data by /tmp

-- chenhuixing <chenhuixing@uniontech.com> Thu, 14 Dec 2023 18:03:47 +0800

linglong (1.3.17-1) unstable; urgency=medium

* fix: some app run failed in other linux distro
Expand Down
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
Loading