← Back to team overview

desktop-packages team mailing list archive

[Bug 835872] Re: QWERTY keyboard for the password during the greeter

 

*** 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 Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/835872

Title:
  QWERTY keyboard for the password during the greeter

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  I have French keyboard (AZERTY).

  During the session, there is no problem: the behaviour of my keyboard
  is AZERTY (for eg: when i locked screen, I use AZERTY keyboard to type
  my password) except during the password typed greeter (QWERTY
  keyboard, i think).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3
  Uname: Linux 3.0.0-9-generic i686
  Architecture: i386
  Date: Sun Aug 28 09:10:44 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110802.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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


References