-
-
Notifications
You must be signed in to change notification settings - Fork 111
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(linux): Improve detection of Gnome environment #11292
Conversation
User Test ResultsTest specification and instructions
Test Artifacts |
This change improves the way we detect if we're running a Gnome based UI that needs it's keyboards installed under `org.gnome.desktop.input-sources`. We use the environment variable `XDG_CURRENT_DESKTOP` and check if it contains the word `gnome`. Additionally this change renames `is_gnome_shell()` to `is_gnome_desktop()`. Fixes #11225.
b02a261
to
2044b18
Compare
Test ResultsGROUP_WASTA: Wasta 22.04 with Cinnamon
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@bharanidharanj Please run: sudo apt update
sudo apt upgrade
sudo apt dist-upgrade then try the installation again. @keymanapp-test-bot retest GROUP_NOBLE_WAYLAND TEST_INSTALL |
Changes in this pull request will be available for download in Keyman version 18.0.25-alpha |
This change improves the way we detect if we're running a Gnome based UI that needs it's keyboards installed under
org.gnome.desktop.input-sources
. We use the environment variableXDG_CURRENT_DESKTOP
and check if it contains the wordgnome
. Additionally this change renamesis_gnome_shell()
tois_gnome_desktop()
.Fixes #11225.
User Testing
Preparations
The tests should be run on these Linux platforms:
Install build artifacts of this PR
Reboot
Tests
TEST_INSTALL: