unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37428: Keyboard layout setting fails when no keyboard is attached
@ 2019-09-16 15:32 dario
  2019-09-18  4:52 ` quiliro
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: dario @ 2019-09-16 15:32 UTC (permalink / raw)
  To: 37428

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-23 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 15:32 bug#37428: Keyboard layout setting fails when no keyboard is attached dario
2019-09-18  4:52 ` quiliro
2019-09-18  4:57 ` quiliro
2019-09-19  6:02   ` dario
2019-09-19 21:02 ` Ludovic Courtès
2019-09-23 16:59   ` dario

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).