bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52957: [address@hidden: Re: bug#52957: Switching from gdm lead to er


From: Leo Famulari
Subject: bug#52957: [address@hidden: Re: bug#52957: Switching from gdm lead to error]
Date: Thu, 6 Jan 2022 00:24:58 -0500

----- Forwarded message from Gleb Gorshkov <glebgorshkov9@gmail.com> -----

Date: Tue, 4 Jan 2022 23:52:27 +0500
From: Gleb Gorshkov <glebgorshkov9@gmail.com>
To: Leo Famulari <leo@famulari.name>
Subject: Re: bug#52957: Switching from gdm lead to error

https://guix.gnu.org/manual/en/html_node/Keyboard-Layout.htmlI have
found solution. Actually bug was caused by using simultaneously two
snippets from manual.
One from keyboard layout section
https://guix.gnu.org/manual/en/html_node/Keyboard-Layout.html

(operating-system
  ;; ...
  (keyboard-layout (keyboard-layout "tr"))  ;for the console
  (bootloader (bootloader-configuration
                (bootloader grub-efi-bootloader)
                (target "/boot/efi")
                (keyboard-layout keyboard-layout))) ;for GRUB
  (services (cons (set-xorg-configuration
                    (xorg-configuration             ;for Xorg
                      (keyboard-layout keyboard-layout)))
                  %desktop-services)))

One from X Window section
https://guix.gnu.org/manual/en/html_node/Keyboard-Layout.html
(operating-system
  ;; ...
  (services (cons* (service slim-service-type (slim-configuration
                                               (display ":0")
                                               (vt "vt7")))
                   (service slim-service-type (slim-configuration
                                               (display ":1")
                                               (vt "vt8")))

After I have moved the keyboard-layout option to slim-configuration,
the error disappeared.
Still, this is a bug I believe.
Please let me know if additional info still needed.

----- End forwarded message -----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]