I have Ubuntu GNOME 14.04 installed on my machine with my system set to UK. When I run the r
command via ALT + F2 to reset the shell, the keyboard layout changes to US even though my system's language, formats and input sources is set to UK. How do I prevent my system from going to US when I execute the 'r' command?
Asked
Active
Viewed 355 times
1
1 Answers
1
Probably the effect of these two bugs: https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1240198 and https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1246272.
It is (still!) not fixed. There are a couple of workarounds: Keyboard layout switches to English each time I reboot and Keyboard keeps defaulting to wrong layout you can try.
Quoting the proposed workaround, from Martin Jurča:
- open terminal
- run
ibus-setup
- open the Advanced settings (the last tab)
- check the "use system keyboard layout" checkbox
-
1Thank you @Rmano Comment 19 of the first link fixed it for me. – Oct 20 '14 at 11:35