Lorenzo's fix helped me. Thanks!

$ cd /usr/share/X11
$ ls xkb
compiled                           # it only contains 1 directory
$ ls xkb/compiled            # what's in that directory?
README.compiled            # which is a text file.

# I now decided to rename the xkb directory to xkb.old, just in case I have to 
revert.
$ sudo mv xkb xkb.old

# Now let's do the symlink from Lorenzo's post above:
$ sudo ln -s /etc/X11/xkb xkb      # create, in this directory, a symbolic 
symlink to /etc/X11/xkb, and call it xkb

# That's it! It works for me.

-- 
After upgrade in kubuntu there are no keyboard layouts
https://bugs.launchpad.net/bugs/67612
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to