GNOME Bugzilla – Bug 719942
gnome_xkb X11 dependency
Last modified: 2014-02-13 14:49:33 UTC
gnome-initial-setup does not work under Wayland, because the input sources page uses gnome_xkb, which has a hard X dependency.
Created attachment 268992 [details] [review] gnome-xkb-info: Remove xkbfile dependency This code was originally from gnome-settings-daemon but got moved here so that we could be sure that all GnomeXkbInfo users were using the same xkb rules file by getting it from the X server. As we move towards wayland though, we find ourselves in a position to specify how and where xkb data resides so we can drop this dependency. Instead, for now, we'll just hardcode the path to the xkb data from the xkeyboard-config XKB_DATA compile time variable.
Review of attachment 268992 [details] [review]: Looks good.
Attachment 268992 [details] pushed as 579456e - gnome-xkb-info: Remove xkbfile dependency