GNOME Bugzilla – Bug 652836
Use the same keyboard layout menu labels as Gnome Shell
Last modified: 2011-06-20 09:30:00 UTC
1. To reproduce, open System Settings and click Region and Language. 2. Switch to the Layouts tab and click the + to add an extra keyboard layout. Select one and click Add. 3. The keyboard layout menu will show up in the top bar. If you compare the menu items in Gnome Shell to the ones in the fallback mode, you'll see that the labels are different. In Gnome Shell, it is: (List of Layouts) ---- Show Keyboard Layout... Localization Settings In Fallback, it is: (List of Layouts) ---- Keyboard _Preferences Show Current _Layout Git patch attached.
Created attachment 190119 [details] [review] 0001-keyboard-Use-the-same-kbd-layout-menu-labels-as-Gnom.patch
It should definitely not read "Localization Settings". Filed against gnome-shell as bug 652984. commit 7426cffe6292f2ef22538850c24c89b130fb8f49 Author: Jeremy Bicha <jbicha@ubuntu.com> Date: Fri Jun 17 10:40:39 2011 -0400 keyboard: Use the same kbd layout menu labels as Gnome Shell https://bugzilla.gnome.org/show_bug.cgi?id=652836
Please test your patches in the future, you forgot to swap the signal connections, so clicking on the settings would have shown the current layout. Not very interesting.