emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37833: closed ([PATCH] sddm-service-type: Add defa


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37833: closed ([PATCH] sddm-service-type: Add default configuration.)
Date: Mon, 21 Oct 2019 13:48:02 +0000

Your message dated Mon, 21 Oct 2019 15:47:02 +0200
with message-id <address@hidden>
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
address@hidden.)


-- 
37833: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37833
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] sddm-service-type: Add default configuration. Date: Sun, 20 Oct 2019 23:12:02 +0900
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37833] [PATCH] sddm-service-type: Add default configuration. Date: Mon, 21 Oct 2019 15:47:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi Brendan,

Brendan Tildesley <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]