Skip to content

Draft: Add changes to figure out input source from locale as fallback

Ray Strode requested to merge wip/read-keyboard-from-system into main

Right now we rely on gnome-initial-setup to figure out the input methods a user should have initially based on which language they picked.

But sometimes a language gets configured outside of gnome-initial-setup, or in a run of gnome-initial-setup from the installer image, and so the input method gsetting configuration won't get carried over.

This commit adds code to do the same locale->input source mapping in gnome-shell itself if gsettings aren't set yet.

Merge request reports