From unknown Sat Sep 06 00:10:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#66877] [WIP PATCH 1/1] gnu: home: services: Add home-pipewire. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: , guix-patches@gnu.org Resent-Date: Wed, 01 Nov 2023 10:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66877 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66877@debbugs.gnu.org Cc: Sughosha , ( , Andrew Tropin , Ludovic =?UTF-8?Q?Court=C3=A8s?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: ( , Andrew Tropin , Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by submit@debbugs.gnu.org id=B.16988338101765 (code B ref -1); Wed, 01 Nov 2023 10:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Nov 2023 10:16:50 +0000 Received: from localhost ([127.0.0.1]:49997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qy8HK-0000SK-7y for submit@debbugs.gnu.org; Wed, 01 Nov 2023 06:16:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:44776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qy8HH-0000Ry-VN for submit@debbugs.gnu.org; Wed, 01 Nov 2023 06:16:49 -0400 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 1qy8Ge-00064f-5p for guix-patches@gnu.org; Wed, 01 Nov 2023 06:16:08 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qy8Ga-0003Iu-7U for guix-patches@gnu.org; Wed, 01 Nov 2023 06:16:07 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 849E044F7A; Wed, 1 Nov 2023 11:16:02 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80vwfpc-Ayqp; Wed, 1 Nov 2023 11:16:01 +0100 (CET) From: Sughosha DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1698833761; bh=NP8RCb/WeBuT+/hqLXttHPObS9KIf12OrHScqgMpIu0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=VsYUCioSEvpBFifaqTFHEFA5/cPvxVWXbYXc40QDf15fp2OLKQnnvd+EEphx1Nrq+ II+58KAj+eHv63//4tQgZqmTsuIdXdom3NSffwTvEvqBTEZ6RihdL3obxUvoUYSUOl czzf3hfqXegfw7HVggES3RQnqBiKX9Qd477zb0y0SAP7qZ1mi/XRfgmrl8uk+P+e/G vTTXjdiEvQm4qvS+RGWEP7maFipjYEGs0p9+JVLfN74VUNj84VsdyZ8BEz/qdyR3dJ /D4Ge5vSu92M7Nm2rhaNqFGOcye9aCDnIq0iYWUe+9+5EfwVwCnKQXetDAx/yQ8swj j50eIRwkd0dLQ== Date: Wed, 1 Nov 2023 11:14:42 +0100 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) From: Sughosha * gnu/home/services/sound.scm (home-pipewire-service-type): New variable. --- gnu/home/services/sound.scm | 90 ++++++++++++++++++++++++++++++++++++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/gnu/home/services/sound.scm b/gnu/home/services/sound.scm index 22c1a99250..16bfe92f2f 100644 --- a/gnu/home/services/sound.scm +++ b/gnu/home/services/sound.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2023 Ludovic Courtès +;;; Copyright © 2023 Sughosha ;;; ;;; This file is part of GNU Guix. ;;; @@ -18,14 +19,20 @@ (define-module (gnu home services sound) #:use-module (gnu home services) + #:use-module (gnu home services desktop) #:use-module (gnu home services shepherd) + #:use-module (gnu packages linux) + #:use-module (gnu packages pulseaudio) + #:use-module (guix packages) #:use-module (guix records) #:use-module (guix gexp) #:use-module (srfi srfi-1) #:use-module (ice-9 match) #:export (home-pulseaudio-rtp-sink-service-type home-pulseaudio-rtp-source-service-type - %pulseaudio-rtp-multicast-address)) + %pulseaudio-rtp-multicast-address + + home-pipewire-service-type)) ;;; @@ -149,3 +156,84 @@ (define home-pulseaudio-rtp-source-service-type "Define a PulseAudio source to receive audio broadcasted over RTP by another PulseAudio instance.") (default-value %pulseaudio-rtp-multicast-address))) + +;;; +;;; PipeWire support. +;;; + +(define (home-pipewire-files-service config) + `((".asoundrc" + ,(mixed-text-file + "asoundrc" + #~(string-append + "<" + #$(file-append + pipewire + "/share/alsa/alsa.conf.d/50-pipewire.conf") + ">\n<" + #$(file-append + pipewire + "/share/alsa/alsa.conf.d/99-pipewire-default.conf") + ">\n" + " +pcm_type.pipewire { + lib " #$(file-append + pipewire + "/lib/alsa-lib/libasound_module_pcm_pipewire.so") " +} + +ctl_type.pipewire { + lib " #$(file-append + pipewire + "/lib/alsa-lib/libasound_module_ctl_pipewire.so") " +}\n +defaults.pcm.card 2\n +defaults.ctl.card 2"))))) + +(define (home-pipewire-shepherd-service config) + (list + (shepherd-service + (requirement '(dbus)) + (provision '(pipewire)) + (stop #~(make-kill-destructor)) + (start #~(make-forkexec-constructor + (list #$(file-append pipewire "/bin/pipewire"))))) + (shepherd-service + (requirement '(pipewire)) + (provision '(wireplumber)) + (stop #~(make-kill-destructor)) + (start #~(make-forkexec-constructor + (list #$(file-append wireplumber "/bin/wireplumber"))))) + #; + (shepherd-service + (requirement '(pipewire)) + (provision '(pipewire-media-session)) + (stop #~(make-kill-destructor)) + (start #~(make-forkexec-constructor + (list + #$(file-append + pipewire-media-session + "/bin/pipewire-media-session") + "-c" + #$(file-append + pipewire-media-session + "/share/pipewire/media-session.d/media-session.conf"))))) + (shepherd-service + (requirement '(pipewire)) + (provision '(pipewire-pulse)) + (stop #~(make-kill-destructor)) + (start #~(make-forkexec-constructor + (list #$(file-append pipewire "/bin/pipewire-pulse"))))))) + +(define home-pipewire-service-type + (service-type + (name 'home-pipewire) + (extensions + (list (service-extension home-files-service-type + home-pipewire-files-service) + (service-extension home-shepherd-service-type + home-pipewire-shepherd-service) + (service-extension home-profile-service-type + (const (list pipewire pulseaudio))))) + (default-value '()) + (description "Configure PipeWire sound support."))) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 01 06:19:15 2023 Received: (at control) by debbugs.gnu.org; 1 Nov 2023 10:19:15 +0000 Received: from localhost ([127.0.0.1]:50004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qy8Jf-0000X9-0x for submit@debbugs.gnu.org; Wed, 01 Nov 2023 06:19:15 -0400 Received: from layka.disroot.org ([178.21.23.139]:48884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qy8Jc-0000X0-AY for control@debbugs.gnu.org; Wed, 01 Nov 2023 06:19:13 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8899644F89 for ; Wed, 1 Nov 2023 11:18:37 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nlxcYYKGfiZA for ; Wed, 1 Nov 2023 11:18:37 +0100 (CET) Date: Wed, 01 Nov 2023 11:18:36 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1698833916; bh=feymRCYD6vff0/ubz+oZ6m4TNRV0mgRcjYSJWvdYklw=; h=Date:From:To:Subject; b=HAfFEhkEyJC2dqg/c1L67Zjol/9LLlcVIXH3hGbutBcHhC3obfq5fOpclQLB+MIce qxZLxf1VQGKnsssLyGjikXnGs6tw8Fo3gtcM0GHkCr651+YnUAK3kbREmFmdXU1zVa WcWVAmXNGbsaq5nbndCBaTFn0WIB90VT81SB/OD7MJtyFtA1A18l2Sac9pCfL2lu9Y sD+c9/vPC3HA0qKyIVBUjHEU59PgxLfWPwbSQvT5Ol8PcjazR65rn3+/8M4EUjd8t/ 9Xht8DBsurmimM01tNiVzZaqAr1G/LjDqVm3EwZ2KmBYCd4uvvtfYBXOMZUcoHySe8 X293WecH2qybA== From: Sughosha To: control@debbugs.gnu.org Subject: Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----N32KHM00NT9NIHWANXC6RLRH8UPURV Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) 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: merge 66876 66877 quit merge 66876 66877 quit Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message 2.0 BLANK_SUBJECT Subject is present but empty 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: 1.0 (+) ------N32KHM00NT9NIHWANXC6RLRH8UPURV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable merge 66876 66877 quit ------N32KHM00NT9NIHWANXC6RLRH8UPURV Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
merge 66876 66877
quit ------N32KHM00NT9NIHWANXC6RLRH8UPURV-- From unknown Sat Sep 06 00:10:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#66877] [WIP PATCH 1/1] gnu: home: services: Add home-pipewire. References: In-Reply-To: Resent-From: chris Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Nov 2023 18:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66877 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66877@debbugs.gnu.org Cc: chris@bumblehead.com Received: via spool by 66877-submit@debbugs.gnu.org id=B66877.169886373315645 (code B ref 66877); Wed, 01 Nov 2023 18:36:02 +0000 Received: (at 66877) by debbugs.gnu.org; 1 Nov 2023 18:35:33 +0000 Received: from localhost ([127.0.0.1]:52559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyG3t-00044C-Fw for submit@debbugs.gnu.org; Wed, 01 Nov 2023 14:35:33 -0400 Received: from mx.kolabnow.com ([212.103.80.154]:38786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyG3n-00043s-8I for 66877@debbugs.gnu.org; Wed, 01 Nov 2023 14:35:27 -0400 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id D38B83023387 for <66877@debbugs.gnu.org>; Wed, 1 Nov 2023 19:34:41 +0100 (CET) Authentication-Results: ext-mx-out013.mykolab.com (amavis); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-disposition:content-type:content-type:mime-version :message-id:subject:subject:from:from:date:date:received :received:received; s=dkim20160331; t=1698863677; x=1700678078; bh=aWvq9au1etPVEPegzUQ5AFLR9Ps6yTOR9P3fODHhg2Y=; b=jD9wliBs7eQa A0YxOoMMEdaZuVW+HsNDk30CeyDD25CbT8sUXvItTODvknUPAXZLYUNUHa471JVB UW1PLNSXpn/vTOPhyn0mbvRPh74t20qqEdhz6fd/ZjqiIRGJogLI+p5T+7N5bmP3 55kcuMD3PyRz0YTQO1qmITvYfhJn5y1uO7M/s09U90Q3qnfqFvj2s69S22Cq6DWy KN6m6NGA5/nbmoImaX43InpdR65iiQBKmU4Iux5vu4Dz0fVxqC1ifYgKJiUfVqnr h8b3b13U4ZsZP6jvG3ale4FpPEuAXAnv5zvuKldbjYW8WPKK1ki7ExxrYZQYacUQ l13fInYXXmY9s19X7LzjD1L1tUaRGS5j/nDVx2kI2gY8RzoFQG5uIGxTWCXBYfZu bkkZ0okZGDxR0ysQJ3kkM7VseiaIA3/xTQ8+8OuYF5BlVbufdkjv8ek+76YLI5Zt w44EaVXlWl1JvpbKktkU5XbgOMBZKiv+ffMeb6kYOf1jgSFFav+4BAICRg2FQ2WA qN8VJHABmw7/wJ+64qft9JfbfMZXcvETMR9QsS7N9cc4OElwCut/Sa20CIPEMp+1 PYQI2PFRu1f9InC5fL9ZAaaeA0sYeTE9moZL/o7xrFIjoED7ulOv6TNqA3NoRjYB 5voGH0t/GInuyFGpix0V4sYFfUKB1v0= X-Virus-Scanned: amavis at mykolab.com X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out013.mykolab.com [127.0.0.1]) (amavis, port 10024) with ESMTP id 9r_IFUmhjWxG for <66877@debbugs.gnu.org>; Wed, 1 Nov 2023 19:34:37 +0100 (CET) Received: from int-mx011.mykolab.com (unknown [10.9.13.11]) by mx.kolabnow.com (Postfix) with ESMTPS id E44CF300D3C6 for <66877@debbugs.gnu.org>; Wed, 1 Nov 2023 19:34:35 +0100 (CET) Received: from ext-subm010.mykolab.com (unknown [10.9.6.10]) by int-mx011.mykolab.com (Postfix) with ESMTPS id BFE3F3149E86 for <66877@debbugs.gnu.org>; Wed, 1 Nov 2023 19:34:35 +0100 (CET) Date: Wed, 1 Nov 2023 11:33:46 -0700 From: chris Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 (-) Hello, I would like to share my experience that using pipewire without dbus on guix is practical: and so, it would be great if the home-pipewire-service could be used without dbus. Having said that, only a minority of people use dbus-free systems so feel free to ignore me and I do not want to block this patch. In case it is useful, here is pipewire is used sans dbus. Guix home is configured to write the pipewire and three wireplumber config files, as described at this link https://wiki.alpinelinux.org/wiki/PipeWire#Configuration .config/pipewire/pipewire.conf .config/wireplumber/wireplumber.conf .config/wireplumber/main.lua.d/80-disable-dbus.lua .config/wireplumber/bluetooth.lua.d/80-disable-logind.lua When pipewire and wireplumber are installed with those files in place, start pipewire and wireplumber sequentially to get working sound. I use this in my .config/sway/config (possibly this is copy-pasted from unmatched-paren) ``` exec_always killall -wqr "(pipewire|wireplumber)" \ || sleep 1 && ((pipewire &); sleep 2 && (wireplumber &)) ``` From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 07 01:49:04 2025 Received: (at control) by debbugs.gnu.org; 7 Mar 2025 06:49:04 +0000 Received: from localhost ([127.0.0.1]:46590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tqRW4-0002ID-G5 for submit@debbugs.gnu.org; Fri, 07 Mar 2025 01:49:04 -0500 Received: from mail-ed1-x52d.google.com ([2a00:1450:4864:20::52d]:60785) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tqRW1-0002Hb-Hq for control@debbugs.gnu.org; Fri, 07 Mar 2025 01:49:02 -0500 Received: by mail-ed1-x52d.google.com with SMTP id 4fb4d7f45d1cf-5e4d3f92250so2125239a12.1 for ; Thu, 06 Mar 2025 22:49:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sarg.org.ru; s=google; t=1741330134; x=1741934934; darn=debbugs.gnu.org; h=subject:from:to:message-id:date:from:to:cc:subject:date:message-id :reply-to; bh=T9Cub4qq05PUqv6m9eoQTuxVoHZdmOzUOOEJxz4HcvA=; b=IISSEqvO3x43H+2OoLY8+3pCj9DpNMw/K7gvZ0pTzldwIj40A+AyqJWS0HX0MychWL IMH6drZ7t7ZB5p7la4cdgtFUGfJtSRLmSFyt50ithYdTy4jRg/SUX+S0KigZ4l1t5Ka4 8uLkce1c5UvobsQmz/DDqLoBud+98mPMwSvD2mYblwWcDxWiPy50GIofkiaHACEJY0Nm oRCyOqsaOqo3GqZf89ngMUUAyUkWTExwpSlio86VjUx8zVaEVvpZuv8VZ4jkpauMsJpF pEcor9jjOSz0atLbCeHiJDoHJaBmRcotWhSZyrGyr1GszqkOe2dFWo6dqscQmPrP7epj e43Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741330134; x=1741934934; h=subject:from:to:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=T9Cub4qq05PUqv6m9eoQTuxVoHZdmOzUOOEJxz4HcvA=; b=iPJ61c7drdFl9xOI0pOb32LE9iPwnVNheSNA4jlniaiy53tYCOci994PLsY2t497rg LV243NniEJIdR6sKYU2YAVtj1Spizs6FrLu8uN1c/MqwTndxPY+LNHbt11u2SCMzEvNZ Tth2l8eQOEAH/qWYqpl1HCqIWNQ0dOvZqi55Q8z+xxtcHbLr0KX6YI+U0ZeyyGwW4UFM qA3jMyGwaEhGrzReTKBusbNvs3GyYCii3bMSES2qRdevgKQrVi/CwFsvwOqzLjM6oA6T U2HGw15syqVCfgzWgqwS6kWs+m1Kew3+2KvEKRQFvApL8d4mxQtTLTLRZ32Q2jALDJtb PbJQ== X-Gm-Message-State: AOJu0YxSDUUhQhRtK/Ohm82VvJ4jrC1G+m0gBJpnrzo4Vo4HjIeAr0eR 6yMjsxJrsXgM27GfFtF1+bkuA6d6q/CjlwTqQcQd36bEp4j3aSB2/fALfi/AKuQhtEEySFC4Lgn 8SnI= X-Gm-Gg: ASbGncspEVOKveAkaka8rU9/x5Y/4qpQgXqtO8PVXnaxxt7fluMVJOYsQxt79XQFyHN lpxX2dVYluwz7USeJdPbt1wTTdJcWYAciWBqzHPfbzeNNGZfWLwL5wK//Ld1fgoF/ENfPx0lZTq ClNu4iS1CQIGz7HkkgGputQmt7V/tGW1IrPRMO3MCE/3H7F9Uc6P8OiC8n7UijmP8YwbT9fOzM9 UMeIjlW38brbj7Vusu3G4/hdDO7Sl5JHZxDpP8soE5Ev4h+omJl9iPMsByJSl2+l0svZ3wvFjKj YcSW0fET+FdbrjZaGhzkwESSQPtY1TG/a7Nvgyds X-Google-Smtp-Source: AGHT+IFgHuiOO4tk5ZIwlyjaCRHhrBYwnDyMyiXuWyzIUkXVephXBPOw5p6TaA2Mh1YPJYhRmAHN7w== X-Received: by 2002:a17:907:7e94:b0:ac1:ed96:56d9 with SMTP id a640c23a62f3a-ac252f5c917mr207295066b.40.1741330133293; Thu, 06 Mar 2025 22:48:53 -0800 (PST) Received: from thinkpad ([2a02:2454:a0a5:2400:a64e:31ff:fe38:fd6c]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-ac23988bdc7sm223712266b.133.2025.03.06.22.48.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Mar 2025 22:48:52 -0800 (PST) Date: Fri, 07 Mar 2025 07:48:51 +0100 Message-Id: <87senpjpyk.fsf@sarg.org.ru> To: control@debbugs.gnu.org From: Sergey Trofimov Subject: control message for bug #66877 X-Spam-Score: 0.7 (/) 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: -0.3 (/) close 66877 quit