all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61178] [PATCH] services: greetd: Fix configuration serialization.
@ 2023-01-30 15:35 jlicht
  2023-02-09 14:48 ` bug#61178: " Jelle Licht
  0 siblings, 1 reply; 2+ messages in thread
From: jlicht @ 2023-01-30 15:35 UTC (permalink / raw)
  To: 61178

From: Jelle Licht <jlicht@fsfe.org>

* 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 9e799445d2..8203c1aa35 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -3071,6 +3071,7 @@ (define (make-greetd-terminal-configuration-file config)
        (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"

base-commit: de2729bd962616c86c4a3c1c29a1eb9cfd7ab199
-- 
2.39.1





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

* bug#61178: [PATCH] services: greetd: Fix configuration serialization.
  2023-01-30 15:35 [bug#61178] [PATCH] services: greetd: Fix configuration serialization jlicht
@ 2023-02-09 14:48 ` Jelle Licht
  0 siblings, 0 replies; 2+ messages in thread
From: Jelle Licht @ 2023-02-09 14:48 UTC (permalink / raw)
  To: 61178-done

jlicht@fsfe.org writes:

> From: Jelle Licht <jlicht@fsfe.org>
>
> * 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 9e799445d2..8203c1aa35 100644
> --- a/gnu/services/base.scm
> +++ b/gnu/services/base.scm
> @@ -3071,6 +3071,7 @@ (define (make-greetd-terminal-configuration-file config)
>         (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"
>
> base-commit: de2729bd962616c86c4a3c1c29a1eb9cfd7ab199
> -- 
> 2.39.1

Pushed to master as 06e3f239b9a.
- Jelle




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

end of thread, other threads:[~2023-02-09 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 15:35 [bug#61178] [PATCH] services: greetd: Fix configuration serialization jlicht
2023-02-09 14:48 ` bug#61178: " Jelle Licht

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.