Comment 11 for bug 1026510

Revision history for this message
Klaus Rotter (kzq-luaas-x8o) wrote :

Unfortunately, the fix didn't make it into ubunbtu 12.10 beta2. I had this problem using quantal on a ARM Netbook AC100.
The fix is rather simple. lxkeymap is python based so you can simply change the source code. Edit /usr/bin/lxkeymap
and change line 611 form
> LxkeymapWindow.loadFromConfig()
to
< window.loadFromConfig()