guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: greetd: Fix configuration serialization


From: guix-commits
Subject: branch master updated: services: greetd: Fix configuration serialization.
Date: Thu, 09 Feb 2023 09:46:35 -0500

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 06e3f239b9 services: greetd: Fix configuration serialization.
06e3f239b9 is described below

commit 06e3f239b9a2baba655ff04153de4bee486fde33
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Mon Jan 30 16:40:49 2023 +0100

    services: greetd: Fix configuration serialization.
    
    * gnu/services/base.scm (make-greetd-terminal-configuration-file): Add 
missing
    'general' section to configuration file.
---
 gnu/services/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index e9fdafd5d0..3244c7f184 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -3146,6 +3146,7 @@ to handle."
        (default-session-command (greetd-default-session-command config)))
     (mixed-text-file
      config-file-name
+     "[general]\n"
      "source_profile = " (if source-profile? "true" "false") "\n"
      "[terminal]\n"
      "vt = " terminal-vt "\n"



reply via email to

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