PDA

View Full Version : [ubuntu] keyboard switching works only 4 one user in Ubunte 14.04/64



skaiser
June 21st, 2014, 09:07 PM
Hello, I have a problem with Ubuntu 14.04, 64 bit version (and my wife) - she is suddenly stuck with a UK keyboard and I cannot change it.
My user (admin) can switch without problems, but she is stuck, - the same keyboard, the same machine, AND it has worked properly now for over 2 weeks.
Where should I look to solve the riddle?

Thanx,
Siegfried

papibe
June 21st, 2014, 11:27 PM
Hi skaiser.

A couple of questions:

Does the shortcut not work? (note that the default shortcut changed from 12.04 to 14.04. Now it is super+space)
Does she see the layout icon on the top bar?
Is she not able to click it (is it gray out)?


An idea:
In order to change keyboard layout, the program has to have access to the users directory. If for some reason there one of the settings directories changed ownership (because of a wrong sudo command, or a GUI app ran as sudo), it won't be able to save the setting.

Try this as the administrator:

sudo chown -R username:username ~username
replace 'username' for the actual username (your wife's).

Hope it helps. Let us know how it goes.
Regards.