unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52957: Switching from gdm lead to error
@ 2022-01-02  2:12 Gleb Gorshkov
  2022-01-02 19:47 ` Leo Famulari
  2022-01-06  5:24 ` bug#52957: [glebgorshkov9@gmail.com: Re: bug#52957: Switching from gdm lead to error] Leo Famulari
  0 siblings, 2 replies; 3+ messages in thread
From: Gleb Gorshkov @ 2022-01-02  2:12 UTC (permalink / raw)
  To: 52957

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

Snippet from documentation
https://guix.gnu.org/manual/en/html_node/X-Window.html#slim-service-type
produce an error
guix system: error: service 'xorg-server' provided more than once

-- Gleb Gorshkov

[-- Attachment #2: Type: text/html, Size: 367 bytes --]

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

* bug#52957: Switching from gdm lead to error
  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 ` bug#52957: [glebgorshkov9@gmail.com: Re: bug#52957: Switching from gdm lead to error] Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-01-02 19:47 UTC (permalink / raw)
  To: Gleb Gorshkov; +Cc: 52957

On Sun, Jan 02, 2022 at 07:12:31AM +0500, Gleb Gorshkov wrote:
> Snippet from documentation
> https://guix.gnu.org/manual/en/html_node/X-Window.html#slim-service-type
> produce an error
> guix system: error: service 'xorg-server' provided more than once

Hm, it's similar to <https://issues.guix.gnu.org/52943>.

What kind of computer are you using? Is it aarch64 (64-bit ARM)?  

Please share the config.scm that causes the problem.

Also, please run `guix describe` in the same way you ran the command
that caused the error. For example, if you did `sudo guix system
reconfigure  ...`, then do `sudo guix describe`. Send the results and we
can try to debug it.




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

* bug#52957: [glebgorshkov9@gmail.com: Re: bug#52957: Switching from gdm lead to error]
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-01-06  5:24 UTC (permalink / raw)
  To: 52957

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




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

end of thread, other threads:[~2022-01-06  5:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` bug#52957: [glebgorshkov9@gmail.com: Re: bug#52957: Switching from gdm lead to error] Leo Famulari

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