*** This bug is a duplicate of bug 834487 ***
    https://bugs.launchpad.net/bugs/834487

Bug #834487 allows to workarround the bug and for me the problem is not
in lightdm package : layout is wrong under X without dm (gdm lightdm or
other).

evdev does not use values set in  /etc/defaults/keyboard

Setting these values in /usr/share/X11/xorg.conf.d/10-evdev.conf as
below, solves this problem.

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        # keyboard is not set to french 
        Option "XkbModel"    "pc105"
        Option "XkbLayout"   "fr"
        Option "XkbVariant"  "oss"
EndSection

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/835872

Title:
  QWERTY keyboard for the password during the greeter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/835872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to