GNOME Bugzilla – Bug 684586
keyboard: Always create input sources from X layouts under GDM
Last modified: 2012-09-22 13:54:38 UTC
Patch attached.
Created attachment 224958 [details] [review] keyboard: Always create input sources from X layouts under GDM Since we don't yet have a way to export gsettings into a system wide store g-c-c exports input sources as XKB layouts through the locald DBus API which stores them in an xorg.conf.d file which the X server uses to configure itself initially. This means that, when running under GDM, we should consider the current X server's layouts the canonical setting for input sources and thus always use them instead of whatever we have in the GDM user's gsetting.
Review of attachment 224958 [details] [review]: ++
Got freeze break approval: https://mail.gnome.org/archives/release-team/2012-September/msg00244.html Attachment 224958 [details] pushed as 62f0455 - keyboard: Always create input sources from X layouts under GDM