15

I had a problem with the keyboard layout changing from PT (I'm Portuguese) to EN automatically with the last Ubuntu updates in Ubuntu 13.10. After Ubuntu 14.04 came out, I formatted my computer and installed the new version.

After that I haven't had any problems until the recent Ubuntu base update 2 or 3 days ago, when I started having the same problem again. I even removed the English keyboard from the Keyboard configurations, left only the Portuguese one, but still, every time I reboot my PC I get the keyboard configured for EN, despite Ubuntu displaying the contrary?

How can I remove this? I don't want to format the PC again and I'm getting really tired of this problem, since it looks like many Portuguese/Brasilian Ubuntu users are having the same problem.

Braiam
  • 69,112
user277167
  • 151
  • 1
  • 3

2 Answers2

9

Found a solution for me.

Keyboard configuration

On terminal:

$ # If dconf-editor is not already installed
$ sudo apt-get install dconf-editor
$ dconf-editor

When the program opens do the following:

  • navigate to desktop.ibus.general enter image description here
  • remove 'xkb:us::eng' from both engines-order and preload-engines enter image description here

Works for me on Brazilian Portuguese, hope that works for you.

7hi4g0
  • 229
  • 2
  • 4
3

Looks to be a known Bug in 14.04.

What you can try is reconfiguring the keyboard data via the Terminal.

sudo dpkg-reconfigure xkb-data

Click on the Keyboard Icon on the top and select your keyboard.

I know this is a hit or miss solution and I’ll keep searching for that article that references these steps to see if others have had success.

Edit

I Located the article i was thinking of - keyboard layout EN after boot

Govna
  • 156
  • 4