GNU bug report logs - #37428
Keyboard layout setting fails when no keyboard is attached

Previous Next

Package: guix;

Reported by: dario <dario.klingenberg <at> web.de>

Date: Mon, 16 Sep 2019 16:15:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: dario <dario.klingenberg <at> web.de>
To: 37428 <at> debbugs.gnu.org
Subject: bug#37428: Keyboard layout setting fails when no keyboard is attached
Date: Mon, 16 Sep 2019 17:32:31 +0200
I have Guix system installed on a Laptop/Tablet hybrid that allows
detaching the keyboard. In my system configuration, I set the keyboard
layout to the German QWERTZ using

(operating-system
...
 (keyboard-layout
  (keyboard-layout "de" "nodeadkeys"))
 (bootloader
  (bootloader-configuration
   (bootloader grub-efi-bootloader)
   (target "/boot/efi")
   (keyboard-layout keyboard-layout)))
...
 (services
  (append
   (list ...
         (set-xorg-configuration
          (xorg-configuration
           (keyboard-layout keyboard-layout)
           ...
   %desktop-services))))))

When the keyboard is attached, the keyboard layout is set correctly in
the TTY and in the graphical session. However, without the keyboard
attached, even when an external USB-keyboard is attached, the keyboard
layout is only set correctly in the TTY, but in the graphical session,
the default QWERTY layout is set.

This issue is obviously very easy to work around by either attaching the
keyboard or using setxkbmap, but the behaviour seems strange enough to
warrant reporting.

Best regards,
Dario




This bug report was last modified 5 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.