9

I use 2 languages: english and russian.

Languages ​​normally switched on using the taskbar

When using the keyboard shortcut icon changes its notation to another language BUT the language set does not change.

How fix this problem?

Petr Ermakov
  • 91
  • 1
  • 1
  • 2

5 Answers5

1

Go to Systems Settings -> Text Entry -> under Input sources to use: click Russian. Then click the little keyboard icon to open the Russian window and display the Russian keyboard layout. Is the Russian keyboard layout displayed in the Russian window? If the Russian keyboard layout isn't displayed in the Russian window, you can add it by clicking on the plus button (+) to open the Choose an input source window, selecting the Russian language from the list of keyboard input languages, and then clicking the Add button to add the Russian keyboard layout.

enter image description here

If this doesn't work, then there is another possibility. Did the Panel language switcher icon work properly in the beginning? If so, did you ever have boot problems with your computer and then used the startx command to start the X.Org X Window System?

karel
  • 122,292
  • 133
  • 301
  • 332
1

The solution for the same problem which worked on Gnome 15.04 is a workaround from here. So on 14.04 use at your own risk:

gsettings set org.gnome.desktop.input-sources xkb-options "[]"
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Alt>Shift_L']"
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_R']"
valk
  • 417
0

In the Text Entry click under the "Switch to next source using" and then type the shortcut that you want. It will be recognised automatically (in my case Alt+Shift L).

Cooli
  • 53
0

I found this solution

$ gsettings set org.gnome.settings-daemon.plugins.keyboard active true

or you can find this setting in dconf-editor

Pavel T
  • 101
0

In my case (I use English(US) and Rassian) Super+Space combination changes indicator but not the language in GEdit and Firefox. At the same time Skype accepts different languages. Changing to Alt+Shift and reverse combination to Control+Shift helps me. Now GEdit and Skype, and Firefox recognizes language input right.

kesha
  • 1