all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: 61178-done@debbugs.gnu.org
Subject: bug#61178: [PATCH] services: greetd: Fix configuration serialization.
Date: Thu, 09 Feb 2023 15:48:51 +0100	[thread overview]
Message-ID: <874jruki7g.fsf@fsfe.org> (raw)
In-Reply-To: <e30789c631f1a2309c9530f8eb214cfa05eccd41.1675092941.git.jlicht@fsfe.org>

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




      reply	other threads:[~2023-02-09 14:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 15:35 [bug#61178] [PATCH] services: greetd: Fix configuration serialization jlicht
2023-02-09 14:48 ` Jelle Licht [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jruki7g.fsf@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=61178-done@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.