all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53926] [PATCH] services: gdm-service-type: Require elogind.
@ 2022-02-10 20:27 Josselin Poiret via Guix-patches via
  2022-02-10 22:18 ` bug#53926: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2022-02-10 20:27 UTC (permalink / raw)
  To: 53926; +Cc: Josselin Poiret

* gnu/services/xorg.scm (gdm-shepherd-service): Make it require
elogind.
---
Hello everyone,

GDM needs elogind to function, and up until now it was racing with the
elogind service, leading to dbus trying to start a second elogind
while the first is still setting up.  This should fix it.

Best,
Josselin

 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index a5e1a1471d..d6dfb07425 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -975,7 +975,7 @@ (define (gdm-shepherd-service config)
   (list (shepherd-service
          (documentation "Xorg display server (GDM)")
          (provision '(xorg-server))
-         (requirement '(dbus-system user-processes host-name udev))
+         (requirement '(dbus-system user-processes host-name udev elogind))
          (start #~(lambda ()
                     (fork+exec-command
                      (list #$(file-append (gdm-configuration-gdm config)
-- 
2.34.0





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

* bug#53926: [PATCH] services: gdm-service-type: Require elogind.
  2022-02-10 20:27 [bug#53926] [PATCH] services: gdm-service-type: Require elogind Josselin Poiret via Guix-patches via
@ 2022-02-10 22:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-02-10 22:18 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 53926-done

Hi,

Josselin Poiret <dev@jpoiret.xyz> skribis:

> * gnu/services/xorg.scm (gdm-shepherd-service): Make it require
> elogind.
> ---
> Hello everyone,
>
> GDM needs elogind to function, and up until now it was racing with the
> elogind service, leading to dbus trying to start a second elogind
> while the first is still setting up.  This should fix it.

Oh, so that was it…  Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-02-10 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 20:27 [bug#53926] [PATCH] services: gdm-service-type: Require elogind Josselin Poiret via Guix-patches via
2022-02-10 22:18 ` bug#53926: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.