unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 52957@debbugs.gnu.org
Subject: bug#52957: [glebgorshkov9@gmail.com: Re: bug#52957: Switching from gdm lead to error]
Date: Thu, 6 Jan 2022 00:24:58 -0500	[thread overview]
Message-ID: <YdZ9KtPA7h/x5WOU@jasmine.lan> (raw)
In-Reply-To: <CAP6SAtOUSBkMQBvVPRvyF2x_8bxah50q3+w=r22a4fB5p7fYaQ@mail.gmail.com>

----- 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 -----




      parent reply	other threads:[~2022-01-06  5:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-02  2:12 bug#52957: Switching from gdm lead to error Gleb Gorshkov
2022-01-02 19:47 ` Leo Famulari
2022-01-06  5:24 ` Leo Famulari [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YdZ9KtPA7h/x5WOU@jasmine.lan \
    --to=leo@famulari.name \
    --cc=52957@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).