unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37833] [PATCH] sddm-service-type: Add default configuration.
@ 2019-10-20 14:12 Brendan Tildesley
  2019-10-21 13:47 ` bug#37833: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan Tildesley @ 2019-10-20 14:12 UTC (permalink / raw)
  To: 37833

* gnu/services/sddm.scm: Unlike gdm-service-type, sddm-service-type cannot be
configured in an operating-system configuration by simply adding (service
sddm-service-type). This adds the default SDDM configuration just like GDM
does.
---
 gnu/services/sddm.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index b0e6d40260..f33f1f93b9 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -316,7 +316,8 @@ Relogin="              (if (sddm-configuration-relogin? config)
                         (service-extension account-service-type
                                            (const %sddm-accounts))
                         (service-extension profile-service-type
-                                           sddm-profile-service)))))
+                                           sddm-profile-service)))
+                (default-value (sddm-configuration))))
 
 (define* (sddm-service #:optional (config (sddm-configuration)))
   "Run the @uref{https://github.com/sddm/sddm,SSDM display manager}
-- 
2.23.0

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

* bug#37833: [PATCH] sddm-service-type: Add default configuration.
  2019-10-20 14:12 [bug#37833] [PATCH] sddm-service-type: Add default configuration Brendan Tildesley
@ 2019-10-21 13:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-10-21 13:47 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 37833-done

Hi Brendan,

Brendan Tildesley <mail@brendan.scot> skribis:

> * gnu/services/sddm.scm: Unlike gdm-service-type, sddm-service-type cannot be
> configured in an operating-system configuration by simply adding (service
> sddm-service-type). This adds the default SDDM configuration just like GDM
> does.

Applied with a tweaked commit log that more closely matches our
conventions.

Thank you!

Ludo’.

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

end of thread, other threads:[~2019-10-21 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 14:12 [bug#37833] [PATCH] sddm-service-type: Add default configuration Brendan Tildesley
2019-10-21 13:47 ` bug#37833: " Ludovic Courtès

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