GNU bug report logs -
#37833
[PATCH] sddm-service-type: Add default configuration.
Previous Next
Reported by: Brendan Tildesley <mail <at> brendan.scot>
Date: Sun, 20 Oct 2019 14:14:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Oct 2019 15:47:02 +0200
with message-id <87y2xeyzvt.fsf <at> gnu.org>
and subject line Re: [bug#37833] [PATCH] sddm-service-type: Add default configuration.
has caused the debbugs.gnu.org bug report #37833,
regarding [PATCH] sddm-service-type: Add default configuration.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
37833: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37833
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hi Brendan,
Brendan Tildesley <mail <at> 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’.
This bug report was last modified 5 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.