Hi,
Christophe Pisteur <[email protected]> writes: > Hello, > > Today, after running "guix pull & guix package -u" followed by "sudo > guix system reconfigure /etc/config.scm" and reboot, my keyboard layout > changed (from CH-fr to US-us) in GDM and in the Gnome desktop > (fortunately not at boot time, when I have to enter the key to > unencrypt the disk). > > The situation returns to my normal layout (CH-fr) when I boot into the > previous version (kernel 6.15.11) > > I haven't changed anything in config.scm, which still shows the same > configuration: > > (locale "fr_CH.utf8") > (timezone "Europe/Zurich") > (keyboard-layout (keyboard-layout "ch" "fr")) > > What should I do? unfortunately it seems like this is a bug caused by grafting libxml2, see https://codeberg.org/guix/guix/issues/2621. For now, you can use `setxkbmap` to set your preferred layout, or alternatively rollback your system. Rutherther > > Thank you for your help. > Christophe
