After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684586 - keyboard: Always create input sources from X layouts under GDM
keyboard: Always create input sources from X layouts under GDM
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on: 684582
Blocks:
 
 
Reported: 2012-09-21 21:06 UTC by Rui Matos
Modified: 2012-09-22 13:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keyboard: Always create input sources from X layouts under GDM (1.72 KB, patch)
2012-09-21 21:06 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2012-09-21 21:06:34 UTC
Patch attached.
Comment 1 Rui Matos 2012-09-21 21:06:36 UTC
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.
Comment 2 Bastien Nocera 2012-09-21 22:56:43 UTC
Review of attachment 224958 [details] [review]:

++
Comment 3 Rui Matos 2012-09-22 13:54:35 UTC
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