From unknown Tue Aug 12 08:32:52 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61178] [PATCH] services: greetd: Fix configuration serialization. Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Jan 2023 15:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61178 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61178@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167509296228771 (code B ref -1); Mon, 30 Jan 2023 15:37:01 +0000 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= 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-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 unknown Tue Aug 12 08:32:52 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jlicht@fsfe.org Subject: bug#61178: closed (Re: [bug#61178] [PATCH] services: greetd: Fix configuration serialization.) Message-ID: References: <874jruki7g.fsf@fsfe.org> X-Gnu-PR-Message: they-closed 61178 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61178@debbugs.gnu.org Date: Thu, 09 Feb 2023 14:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1675954142-25061-1" This is a multi-part message in MIME format... ------------=_1675954142-25061-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61178: [PATCH] services: greetd: Fix configuration serialization. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 61178@debbugs.gnu.org. --=20 61178: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61178 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1675954142-25061-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1675954142-25061-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1675954142-25061-1--