From unknown Sat Jul 26 23:56:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58484] [PATCH 0/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Oct 2022 06:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58484 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58484@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166564366014209 (code B ref -1); Thu, 13 Oct 2022 06:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Oct 2022 06:47:40 +0000 Received: from localhost ([127.0.0.1]:59193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ois0J-0003h6-Lz for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:47:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:46058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ois0H-0003gu-T4 for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:47:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ois0H-0002ej-B6 for guix-patches@gnu.org; Thu, 13 Oct 2022 02:47:37 -0400 Received: from knopi.disroot.org ([178.21.23.139]:54434) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ois0F-0005xq-T4 for guix-patches@gnu.org; Thu, 13 Oct 2022 02:47:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B086B4DAE0; Thu, 13 Oct 2022 08:47:33 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8WMTFt7ivsR1; Thu, 13 Oct 2022 08:47:32 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665643652; bh=UelO2k7Lhv/dpdCHLbjRBAbBkdfZ/+VG/q3nS8f3SHA=; h=From:To:Cc:Subject:Date; b=jVi/jUvy+xmA6MzO4FVB2jVPWkUeabc1WdA7jK1NJ1uaHGVYnP+AhWd1wgM0dC8RS +ZTHPFCqegcmtja9k916J2t28zBzJ0AhyOBCwE2mXRhKXChcl4zXBatAz5dRbMcnDG nwEh1Bx86NCTNTIIHkbvGMesiqmjthugjpVyHzLA4L8K+jfUr6pYyz/CVNX7xHg/OJ itFs82QNGA1SfzOofyNCpxvm3ddE69fprsNweDlIg0y8MJNKI8IqdK+W3fuUckLD44 hwRux0uSZ0cB+OMBOiFzuOAshkr6i+2UTJqN6ahXl6GDWBMmXRFw3W3ArbslTabM75 3ZRQdBEQO1wDA== Date: Thu, 13 Oct 2022 07:47:25 +0100 Message-Id: <20221013064725.6638-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) 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 (-) This fixes a stupid mistake I made with the home-dbus-service-type, where I tried to use #~ inside another #~. ( (1): gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call. gnu/home/services/desktop.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.38.0 From unknown Sat Jul 26 23:56:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58484] [PATCH 1/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call. References: <20221013064725.6638-1-paren@disroot.org> In-Reply-To: <20221013064725.6638-1-paren@disroot.org> Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Oct 2022 06:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58484 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58484@debbugs.gnu.org Cc: "\(" Received: via spool by 58484-submit@debbugs.gnu.org id=B58484.166564373114463 (code B ref 58484); Thu, 13 Oct 2022 06:49:02 +0000 Received: (at 58484) by debbugs.gnu.org; 13 Oct 2022 06:48:51 +0000 Received: from localhost ([127.0.0.1]:59201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ois1T-0003lD-Af for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:48:51 -0400 Received: from knopi.disroot.org ([178.21.23.139]:38076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ois1S-0003l5-0Y for 58484@debbugs.gnu.org; Thu, 13 Oct 2022 02:48:50 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 58EAE4DAE0; Thu, 13 Oct 2022 08:48:49 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VlNVwefEMKjY; Thu, 13 Oct 2022 08:48:48 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665643720; bh=Yj+hHq5kKBx3azWvEG3OEL+9nTXqULENZ80rOH0gioE=; h=From:To:Cc:Subject:Date; b=i+EeByzt4bJdcXkEFsoccTCbJwCo8LCv4y0pYP9SaPFgQyNSPpXx5EiSBptj8vjEA FghWyhawa32q1lgTmj+NovJJ0bvUI2J7Jad3kedtU/wDKUSE823KKUJm3+cxfsJ+P0 Uta/dbSl6hn1RDsvPfCFNGBm2JYzlx1Z9eLFVR35ToogmswYhQRArKPoXylt7ZyK+M MmphR07vBP3oO9b9BRoSHvL6HOnoDZfg7gNSXiWvmGWPNsDlZalcqaTQz6X+Xsz/v+ 2wGKqp9VEufBtO5XYYmNRdV2/GhDp/vMfuipcfMBa1otZcw8m4+g6fBldsvPU6NNSO GQCGHKaeyBK8g== Date: Thu, 13 Oct 2022 07:48:25 +0100 Message-Id: <20221013064825.6731-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Use a quote instead of a gexp. --- gnu/home/services/desktop.scm | 2 +- 1 file changed, 1 insertion(+), [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 FROM_ONE_CHAR Bogus FROM name -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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: 0.3 (/) * gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Use a quote instead of a gexp. --- gnu/home/services/desktop.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm index 6549efd8df..e94e666d93 100644 --- a/gnu/home/services/desktop.scm +++ b/gnu/home/services/desktop.scm @@ -201,7 +201,7 @@ (define (home-dbus-shepherd-services config) (format #f "/run/user/~a" (getuid))))) #:environment-variables - #~(list "DBUS_VERBOSE=1") + '(list "DBUS_VERBOSE=1") #:log-file (format #f "~a/dbus.log" (or (getenv "XDG_LOG_HOME") -- 2.38.0 From unknown Sat Jul 26 23:56:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58484] [PATCH 1/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 07:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58484 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58484@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: "( via Guix-patches via" , 58484@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166573154126210 (code B ref -1); Fri, 14 Oct 2022 07:13:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Oct 2022 07:12:21 +0000 Received: from localhost ([127.0.0.1]:35628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojErl-0006oa-6t for submit@debbugs.gnu.org; Fri, 14 Oct 2022 03:12:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:51356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojErh-0006oK-5r for submit@debbugs.gnu.org; Fri, 14 Oct 2022 03:12:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojErg-0002uI-T1 for guix-patches@gnu.org; Fri, 14 Oct 2022 03:12:16 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:38601) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojEre-0003JK-GJ for guix-patches@gnu.org; Fri, 14 Oct 2022 03:12:16 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id 64006240003; Fri, 14 Oct 2022 07:12:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1665731531; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7KxPjoD3tOF0rkyqiWOIn2hOeiDTc3WyBMhJ+2sgmBs=; b=htMtHMoc8gb32fhTvEIW4H5sqvyoT9KDU1cuShnD8M+No9AGiaO9UtODsIQ1xaQ7K91cCK e/A0E+IARBwGfeThuFK1qpwCREsp88BL+afCrlZ2M3I057AqIcanN+R9BcVFnwAYhsOeRt d6MtaZLMfJkevahhTRVr9MGrpXWSVHk0rQjnK55KeVNTFSJPGbxFAgIls9wK/2PqjwLbeZ K6Sy0gqOa3xHfZwackUW1MV7+MCv+Al2kNyC7WnscL0NBSUG4SV/BWhR32bMU4l+rvqdKJ iQVuuygsGOhLaPe+w0PQrQaCE8bYQ4EJMV9rD1RNaTpyY3smZqdZ33QtO2j9Cg== From: Andrew Tropin In-Reply-To: <20221013064825.6731-1-paren@disroot.org> References: <20221013064725.6638-1-paren@disroot.org> <20221013064825.6731-1-paren@disroot.org> Date: Fri, 14 Oct 2022 11:11:58 +0400 Message-ID: <87v8omlw01.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.183.193; envelope-from=andrew@trop.in; helo=relay1-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2022-10-13 07:48, guix-patches@gnu.org wrote: > * gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] > <#:environment-variables>: Use a quote instead of a gexp. > --- It's possible to type arbitrary text after ---, which won't be added to commit message or affect a patch. Just in case you would like to send one email instead of two, this trick can be used. > gnu/home/services/desktop.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm > index 6549efd8df..e94e666d93 100644 > --- a/gnu/home/services/desktop.scm > +++ b/gnu/home/services/desktop.scm > @@ -201,7 +201,7 @@ (define (home-dbus-shepherd-services config) > (format #f "/run/user/~a" > (getuid))))) > #:environment-variables > - #~(list "DBUS_VERBOSE=3D1") > + '(list "DBUS_VERBOSE=3D1") > #:log-file > (format #f "~a/dbus.log" > (or (getenv "XDG_LOG_HOME") Applied, pushed, thank you :) =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmNJC78ACgkQIgjSCVjB 3rDmpg/+Nxtl2FBkTpLmcpbpljvde4eyrsxydoJ/GF+loo6ussfZU5/d056TMRCJ u7sgnCI8/Va6PhnBRySwu96YbSG8jU5sfSYUfO5YA5uHLY2RuM8ZQuLoVpTc061U HPVaMS5UxF5CptFQI7DZET9aSG0WjAZMzmjSivJzh2MB43l7Eh2fzXHmyStJDC4A Yerr7R/sECHBp4eNwwNAg3sAYWzrY1ha2bzzcMlBody/XhcHUWG2lRSaYvr8neFT aLYzO0v1wasXHAbGyjebjpmitYIoqlW2MhkwYy3ehe9iXy4E2KqyFXbQ1yB/6h3F ijplaBX23y9AP+3o8yjRiMpf+8NCTlNRhKkTiIppnlwiUfz0cDXLp5rxmaAcZqk+ gETEMSrBsYXjjYhj+gXc0cw4L94IercGNK+NLF29DBomOj10z/yKvg0fV4C/dbrG 4RgkyPnSoexDuSBvKLd1n68xj4uuOWG1rjWSuyWX3knAV61YGiSwlY+/LYGABi6i WKA0RF/0Ba237FqW6wBAYbDgjom/PCE56R6hoj00oYgkJpLQTWpRCitwnu/pgcRP Q74IY70H8jGrJ/+EpjBwpQ3n77OpoO+jcvK+mrJuDr3a32RjPsUqMZY/D4AmRFsS eKPzGABWmsS63aT24ugJ3qID7gw676IhpyvvGIKNejOgMCvZsP4= =TAZs -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jul 26 23:56:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58484] [PATCH 1/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 07:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58484 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: andrew@trop.in, 58484@debbugs.gnu.org X-Debbugs-Original-To: "Andrew Tropin" , "( via Guix-patches via" , <58484@debbugs.gnu.org> Received: via spool by submit@debbugs.gnu.org id=B.166573157526284 (code B ref -1); Fri, 14 Oct 2022 07:13:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Oct 2022 07:12:55 +0000 Received: from localhost ([127.0.0.1]:35634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojEsI-0006ps-TV for submit@debbugs.gnu.org; Fri, 14 Oct 2022 03:12:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:49498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojEsH-0006pl-N7 for submit@debbugs.gnu.org; Fri, 14 Oct 2022 03:12:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojEsH-0002w7-Hd for guix-patches@gnu.org; Fri, 14 Oct 2022 03:12:53 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43690) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojEsF-0003Kl-Vx for guix-patches@gnu.org; Fri, 14 Oct 2022 03:12:53 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4DC2E4CE52; Fri, 14 Oct 2022 09:12:48 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H5LkeeAnxJfE; Fri, 14 Oct 2022 09:12:47 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665731565; bh=JHr5FTvZXi10P2GVUTcWWqOeMsOH6HA8ClT1IX29g/w=; h=Date:From:To:Subject:References:In-Reply-To; b=NWkV/pgWGR5OvbEshEk+MGCjlNWfhctZF+1yhkAWFFyNIrGTVJea2olT/hlxUAEw4 M7/8tfIWvwuc7gKjcPY11t502oa2iIlwMfFeIUIpLhHgSaXzYlvS+UooOD3LwwJmiC +Xhp2914ht5pJb4lVIn8angqS8BlszVdkNcFTxG6TmIFNby4xcqhgiL+lVb5KnMBzc cs+Fx2o7Ws2lIMB1ryr0SobifkA5KGGn6oFMDinDZxz5cQGZDt42WBfYhDX4MaYs10 rWuHZNciCLGQQvZvtI9gI1oY2fvsNp2CmGtnzeOJvDPIYbTafAxaQahs7Z0cGFD7aD 6msy6s7+s05jg== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 14 Oct 2022 08:12:45 +0100 Message-Id: From: "(" References: <20221013064725.6638-1-paren@disroot.org> <20221013064825.6731-1-paren@disroot.org> <87v8omlw01.fsf@trop.in> In-Reply-To: <87v8omlw01.fsf@trop.in> Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) 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 (-) On Fri Oct 14, 2022 at 8:11 AM BST, Andrew Tropin wrote: > Applied, pushed, thank you :) Thanks! :) -- ( From unknown Sat Jul 26 23:56:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58484] [PATCH 1/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 07:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58484 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: andrew@trop.in, 58484@debbugs.gnu.org X-Debbugs-Original-To: "Andrew Tropin" , "( via Guix-patches via" , <58484@debbugs.gnu.org> Received: via spool by submit@debbugs.gnu.org id=B.166573191926937 (code B ref -1); Fri, 14 Oct 2022 07:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Oct 2022 07:18:39 +0000 Received: from localhost ([127.0.0.1]:35645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojExq-00070P-VF for submit@debbugs.gnu.org; Fri, 14 Oct 2022 03:18:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:40408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojExp-00070F-Id for submit@debbugs.gnu.org; Fri, 14 Oct 2022 03:18:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojExb-00051x-4z for guix-patches@gnu.org; Fri, 14 Oct 2022 03:18:29 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44304) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojExZ-00043k-KQ for guix-patches@gnu.org; Fri, 14 Oct 2022 03:18:22 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 074FE4DAE3; Fri, 14 Oct 2022 09:18:20 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eGbkYO8SZA_u; Fri, 14 Oct 2022 09:18:19 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665731898; bh=xWtUGHo1Qj//pcc/sVaWQg5lvQTkmFuv8yLKkAYFC9Y=; h=Date:Subject:From:To:References:In-Reply-To; b=Z9csO64g26bpzGC01r3Fs/tqMYWemoCxi6pGdr+hMOrgSu7Pbl6qODjRZ9R0/dkhn 2CaPN++8GuM7O1SUBB3PZnAv9A3N1tXHKAFlLcsZthNPXrAWykOV0UE3d/5NK5yQdM LZiG3+wGL/KVj21MpR6FWPUR/n/cX+xuyoD+SFJ5KmrFrRLc+SoNjY/b/aEIolrKYT V75oHQ6JY5UBtrKNRLybY8MYuP4bkWJjfhpqIHN2vq9LFQ6lR6Cg9Ir5hENjr69bNP RhuveUrpD10ub9P2NyQ0VbIRXYC7uGD7876CoTzazON4rwNM/2rwyxtI4PYADyudw3 TN08irygq4qdw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 14 Oct 2022 08:18:17 +0100 Message-Id: From: "(" References: <20221013064725.6638-1-paren@disroot.org> <20221013064825.6731-1-paren@disroot.org> <87v8omlw01.fsf@trop.in> In-Reply-To: <87v8omlw01.fsf@trop.in> Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) 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 (-) On Fri Oct 14, 2022 at 8:11 AM BST, Andrew Tropin wrote: > It's possible to type arbitrary text after ---, which won't be added to > commit message or affect a patch. Just in case you would like to send > one email instead of two, this trick can be used. I know, but I prefer to use the --cover-letter feature to generate the lead= ing email :) -- ( From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 23 09:09:45 2022 Received: (at control) by debbugs.gnu.org; 23 Oct 2022 13:09:45 +0000 Received: from localhost ([127.0.0.1]:43825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omajZ-0006sw-8U for submit@debbugs.gnu.org; Sun, 23 Oct 2022 09:09:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omajX-0006se-0y for control@debbugs.gnu.org; Sun, 23 Oct 2022 09:09:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omajR-0000lF-Mk for control@debbugs.gnu.org; Sun, 23 Oct 2022 09:09:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=QBDDLMsLlMfh1A7pWO9jlHdBxbRaCUT90o9cdyYZGhg=; b=lgmqIgQvKf9aPz 4bMqgaOucDeFPU0kl33JtT/sQjaQ3wvqvt+4AiczrYIdkiXui0bEJzuwPNEqzHJYcFEKg9MOdF6ta 073brK1FpZZT528NLIGbMK4JMxpwE9pxeLGxRXRvM0ZUQoqUn76uc6JG/E4jedNWnG5/Cky95+fsB 1FELLZwDkKcxDfDhvbvu4wyMeVn0Ygx22BhPRX9uzFGYfgOBC5puQK3X+jv1JScQyRb46kByAWRal 5hGqtwefFpsqQTTPJTvSer+HLHPuEzjTc5PrDCaDPSHPK7HiwUDspqnQYY7rkPzoDObLhMMH5WxFu 1P4jMFJYHpz3f60NIs0Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omajR-0006cA-9V for control@debbugs.gnu.org; Sun, 23 Oct 2022 09:09:37 -0400 Date: Sun, 23 Oct 2022 15:09:35 +0200 Message-Id: <877d0q4rg0.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #58484 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) close 58484 quit