From unknown Fri Aug 15 03:38:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61178 <61178@debbugs.gnu.org> To: bug#61178 <61178@debbugs.gnu.org> Subject: Status: [PATCH] services: greetd: Fix configuration serialization. Reply-To: bug#61178 <61178@debbugs.gnu.org> Date: Fri, 15 Aug 2025 10:38:40 +0000 retitle 61178 [PATCH] services: greetd: Fix configuration serialization. reassign 61178 guix-patches submitter 61178 jlicht@fsfe.org severity 61178 normal tag 61178 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 30 10:36:02 2023 Received: (at submit) by debbugs.gnu.org; 30 Jan 2023 15:36:02 +0000 Received: from localhost ([127.0.0.1]:50141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMWCQ-0007Tx-0j for submit@debbugs.gnu.org; Mon, 30 Jan 2023 10:36:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:56730) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMWCO-0007TY-K5 for submit@debbugs.gnu.org; Mon, 30 Jan 2023 10:36:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMWCM-0001Fj-Pw for guix-patches@gnu.org; Mon, 30 Jan 2023 10:35:59 -0500 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMWCK-0007z6-3v for guix-patches@gnu.org; Mon, 30 Jan 2023 10:35:58 -0500 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1675092950; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AsAtzBzMrP+RvpbcffcnIq1k4SVML6LXBZeV3JcHsqk=; b=bwAxeOOinGqkv1ZRTLWZpDK1CaxRIW12o+GUnV3nXQl8NHbjIkCNfextZCiXi3j8nIf3QS Qu7x5KF4H2zpH6iJ3yK2/zFVfSbAKbjJYq0J4UlkT7a+MAUHKV/F399gQW8P7Fl839iU9K 0mn/cfiYcGst8ynEJo5wkxuv5fQh4iw= To: guix-patches@gnu.org Subject: [PATCH] services: greetd: Fix configuration serialization. Date: Mon, 30 Jan 2023 16:35:48 +0100 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:aa8:ffed:f5f3::151; envelope-from=jlicht@fsfe.org; helo=mail1.fsfe.org X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Jelle Licht * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 09 09:48:58 2023 Received: (at 61178-done) by debbugs.gnu.org; 9 Feb 2023 14:48:58 +0000 Received: from localhost ([127.0.0.1]:58105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQ8EM-0006Vu-0I for submit@debbugs.gnu.org; Thu, 09 Feb 2023 09:48:58 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:48420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQ8EK-0006Vk-5O for 61178-done@debbugs.gnu.org; Thu, 09 Feb 2023 09:48:56 -0500 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1675954132; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1Yo4pfWKaFSOSDv+xV5zlBqPACYz4X+lhajw/mYB/80=; b=Cep2MvxUjrNbe120xwlWWyt9X4Q7ciCL+kJqLToBOuOvYM++rbsTzEIeZiT/mzSyl/on+f /gZuAlsTyB5KqN8WwdawxOVHsy7LLCA9sj9azw8bufflp3DZP7o31Gcj4GHlzYjtr35Y+V cekLwyvaIg4i6BYKd8CvjhZBp/j10MM= To: 61178-done@debbugs.gnu.org Subject: Re: [bug#61178] [PATCH] services: greetd: Fix configuration serialization. In-Reply-To: References: Date: Thu, 09 Feb 2023 15:48:51 +0100 Message-ID: <874jruki7g.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61178-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) jlicht@fsfe.org writes: > From: Jelle Licht > > * 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 From unknown Fri Aug 15 03:38:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Mar 2023 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator