GNOME Bugzilla – Bug 690105
Remove input source switching keybindings
Last modified: 2012-12-18 16:58:03 UTC
This is to go along with bug 682315.
Created attachment 231382 [details] [review] Remove input source switching keybindings These are now provided by gnome-shell.
Created attachment 231383 [details] [review] region: Update for the input source switching keybindings move These are now provided by gnome-shell.
Review of attachment 231383 [details] [review]: ::: panels/region/gnome-region-panel-input.c @@ +1151,3 @@ GSettings *settings; + settings = g_settings_new ("org.gnome.shell.keybindings"); We can't have gnome-control-center depend on gnome-shell. The key will have to move to gsettings-desktop-schemas.
Review of attachment 231382 [details] [review]: Which means that we should remove that file but update it.
Created attachment 231814 [details] [review] region: Update for the input source switching keybindings move These are now provided by gsettings-desktop-schemas.
Review of attachment 231814 [details] [review]: Can you please split this into 2 patches? And make sure to bump the gsettings-desktop-schemas dependency too. Looks good otherwise.
Pushed split in two and requiring a version bumped gsettings-desktop-schemas. Attachment 231814 [details] pushed as 4e3a2e1 - region: Update for the input source switching keybindings move