From unknown Fri Jun 20 07:22:22 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#68831 <68831@debbugs.gnu.org> To: bug#68831 <68831@debbugs.gnu.org> Subject: Status: gnu: torbrowser: noscript gets picked up by icecat Reply-To: bug#68831 <68831@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:22:22 +0000 retitle 68831 gnu: torbrowser: noscript gets picked up by icecat reassign 68831 guix submitter 68831 Andr=C3=A9 Batista severity 68831 normal tag 68831 wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 18:56:43 2024 Received: (at submit) by debbugs.gnu.org; 30 Jan 2024 23:56:43 +0000 Received: from localhost ([127.0.0.1]:37131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUxy6-0001dk-OA for submit@debbugs.gnu.org; Tue, 30 Jan 2024 18:56:42 -0500 Received: from lists.gnu.org ([2001:470:142::17]:44892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUxy5-0001dU-9m for submit@debbugs.gnu.org; Tue, 30 Jan 2024 18:56:42 -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 1rUxxq-00045R-Bz for bug-guix@gnu.org; Tue, 30 Jan 2024 18:56:26 -0500 Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rUxxn-0005N8-LJ; Tue, 30 Jan 2024 18:56:25 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4TPhrz1rz9z9v51; Tue, 30 Jan 2024 23:56:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1706658979; bh=zUxuMkZDQzjaK9RMAeG0nvK+amv9tMpLcZNdkXxPDlI=; h=Date:From:To:Cc:Subject:From; b=CxuIcg1WS3abaI1rFfGSaQroFSX9eYf/sy3q7blIrAG9h4kpNsFAUmDNS7x/LdHZm vHsE5Cw7mIqwKVVoNkgr30oSiqydfm/hKbIBN/5TzWFdHxRJtxn67K6RXIkwFd+KrJ LVhsuOk3G3qh88HMhfY3nZJnYZ4OrIlIzCufNkvM= X-Riseup-User-ID: 5BC95457E138098C576BC4710B210499768736C143DF7EB9210170F6ABABC0D0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4TPhrx6fzrzFtxl; Tue, 30 Jan 2024 23:56:17 +0000 (UTC) Date: Tue, 30 Jan 2024 20:56:00 -0300 From: =?iso-8859-1?Q?Andr=E9?= Batista To: bug-guix@gnu.org Subject: gnu: torbrowser: noscript gets picked up by icecat Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=198.252.153.6; envelope-from=nandre@riseup.net; helo=mx0.riseup.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, SPF_HELO_PASS=-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.0 (/) X-Debbugs-Envelope-To: submit Cc: =?iso-8859-1?Q?Cl=E9ment?= Lassieur , Marius Bakke 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 (-) Hi guix! It seems that 'make-icecat-extension' is not sufficiently kosher. When torbrowser and icecat are both installed to the same user profile, noscript gets picked up by icecat too. The same also happens when mullvadbrowser is installed: ublock extension is picked up by torbrowser. Considering there is also a patch to add Librewolf to guix, which will probably also share the same extensions when installed on the same profile, I'm unsure if the proper way to solve this issue is to write similar make-{$browser_name}-extension procedures or to change the package definitions for those new browsers. WDYT? From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 21:19:47 2024 Received: (at 68831) by debbugs.gnu.org; 31 Jan 2024 02:19:48 +0000 Received: from localhost ([127.0.0.1]:37214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rV0CZ-0005bP-Ij for submit@debbugs.gnu.org; Tue, 30 Jan 2024 21:19:47 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37649) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rV0CX-0005b7-RD for 68831@debbugs.gnu.org; Tue, 30 Jan 2024 21:19:46 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 2D6A15C00D9; Tue, 30 Jan 2024 21:19:31 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 30 Jan 2024 21:19:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lassieur.org; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm2; t=1706667571; x=1706753971; bh=3X6AJ/qF/32+sEs9m78IFxWyg0j8zPUqDEmkCa8Rh1Q=; b= N0K+QGu3aDr3pgHFAwQJHjieMYstruZA37Sc/dhQoW0wqPnqYyyhP6gDr2GzebvP 2NA17PKcGfSL5p21lNaloU6pmTtrZ4syXM8YutZFkEnqp1hYNGKLcApBpd4k/WdZ acurB5Un6fL8OTjodE9mWf2QuY9YrzizfDGmXv+2RmhQ70/JrIW8Cc5yOLB9xjC8 nUQ/mW5/V1F3OP1zQuK5lDjs9xZIjYE1Jom8kObViKQ5fTVo2tsbQVkPYddm63Jr k1FKe1IpESgT1GbfseH4jJ0VwBFPBwjie3rI42VMYGS/ebu59Xqf3ifCG31md5Ws iZJaNrEHbro3CQkfoJNwAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1706667571; x= 1706753971; bh=3X6AJ/qF/32+sEs9m78IFxWyg0j8zPUqDEmkCa8Rh1Q=; b=S 17isoFtcfGWMLI63yrSDvWsbzy340CP2c5puEYUiIL7x5SGfVQRePKqefbgPKVuT UoLNJx2Impt/l6s/vsE8yml1L4j+wRmQ2HA3jCIsH60fDxpvVcskeL8pIpN8zj5y rnEBk3JRy+qFx7QVMJWNaH7jiZgBQPIadn3zKMWhyNVgqfcimHoq6iyXGbf1MtFm UvbIADl2GgQroDhdaJCCjgMuAmq3JsN6k+HOJaAGqO4ptql+MRkBIBD9ltBk7xIU zSCNm/NjHywZS2/4PDGLjjtRxU4StzHxZZoc1AIVi2ExRVvN0G35iK8xnbN+Q8VN xrWpGzJqNdSDj18kKaFzw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrfedtkedggeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefujghffffkfgggtgfgsehtqhertddtreejnecuhfhrohhmpeevlhor mhgvnhhtucfnrghsshhivghurhcuoegtlhgvmhgvnhhtsehlrghsshhivghurhdrohhrgh eqnecuggftrfgrthhtvghrnhepieduueehveeitdelleehieevuddtjefgvefhvdetvddu lefhtdehvddvtdeiheeknecuffhomhgrihhnpehgnhhurdhorhhgnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheptghlvghmvghntheslhgrshhs ihgvuhhrrdhorhhg X-ME-Proxy: Feedback-ID: i4c21472a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 30 Jan 2024 21:19:29 -0500 (EST) From: =?utf-8?Q?Cl=C3=A9ment_Lassieur?= To: =?utf-8?Q?Andr=C3=A9?= Batista Subject: Re: bug#68831: gnu: torbrowser: noscript gets picked up by icecat In-Reply-To: (=?utf-8?Q?=22Andr=C3=A9?= Batista"'s message of "Tue, 30 Jan 2024 20:56:00 -0300") References: Date: Wed, 31 Jan 2024 03:19:26 +0100 Message-ID: <87fryedz2p.fsf@lassieur.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 68831 Cc: 68831@debbugs.gnu.org, Marius Bakke 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.7 (-) Hello Andr=C3=A9, On Tue, Jan 30 2024, Andr=C3=A9 Batista wrote: > Hi guix! > > It seems that 'make-icecat-extension' is not sufficiently kosher. When > torbrowser and icecat are both installed to the same user profile, > noscript gets picked up by icecat too. The same also happens when > mullvadbrowser is installed: ublock extension is picked up by torbrowser. > > Considering there is also a patch to add Librewolf to guix, which will > probably also share the same extensions when installed on the same > profile, I'm unsure if the proper way to solve this issue is to write > similar make-{$browser_name}-extension procedures or to change the > package definitions for those new browsers. > > WDYT? I thought about it, and I even started working on a fix. But I stopped working on it because I thought it added too much complexity for too little gain. See: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68298 The default for Tor Browser and Mullvad Browser is that extensions are not working because tabs are private. Now if a user uses both Icecat and Tor Browser and want a different set of extensions for each of them, they can use 'guix shell', which works perfectly well. (They can also still add extensions to the Firefox profile.) Having 4 versions of each extension seems cumbersome. Cheers, Cl=C3=A9ment From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 31 10:14:06 2024 Received: (at 68831) by debbugs.gnu.org; 31 Jan 2024 15:14:07 +0000 Received: from localhost ([127.0.0.1]:38888 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVCHu-0004rj-KS for submit@debbugs.gnu.org; Wed, 31 Jan 2024 10:14:06 -0500 Received: from mx0.riseup.net ([198.252.153.6]:44078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVCHp-0004r3-Kw for 68831@debbugs.gnu.org; Wed, 31 Jan 2024 10:14:05 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4TQ5CZ2SWXz9vTY; Wed, 31 Jan 2024 15:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1706714026; bh=FELb7JSRf3ZuXAIot5k8GzQF9BQR8+qFlkFDo/Kl5wg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iatFxwI9q38myGbbyGqe8S8F1NV+Vf1HQvGd201JRjIYIh7GYW/uV7I1No5eqTq16 OQKnz7U6LmxJTEVXKStS/9feqmLCnsnk9BOxPzWy5ZyNErsWIwm4b5O7x6fz6SB7UW Itsj2cFn+1pzA6qKMebPm/7iDjFm9HmwmNDR5HMw= X-Riseup-User-ID: E8037690422DAA278032A329349CA0970878C04870CC6099F1C193615371999A Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4TQ5CX43wyzFv2r; Wed, 31 Jan 2024 15:13:44 +0000 (UTC) Date: Wed, 31 Jan 2024 12:13:17 -0300 From: =?iso-8859-1?Q?Andr=E9?= Batista To: =?iso-8859-1?Q?Cl=E9ment?= Lassieur Subject: Re: bug#68831: gnu: torbrowser: noscript gets picked up by icecat Message-ID: References: <87fryedz2p.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fryedz2p.fsf@lassieur.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 68831 Cc: 68831@debbugs.gnu.org, Marius Bakke 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.7 (-) Hi Clément, qua 31 jan 2024 às 03:19:26 (1706681966), clement@lassieur.org enviou: > Hello André, > > I thought about it, and I even started working on a fix. But I stopped > working on it because I thought it added too much complexity for too > little gain. See: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68298 Oh, I had missed that, I'm sorry for the noise. I had checked guix-bug only before submitting this report. > The default for Tor Browser and Mullvad Browser is that extensions are > not working because tabs are private. Now if a user uses both Icecat > and Tor Browser and want a different set of extensions for each of them, > they can use 'guix shell', which works perfectly well. (They can also > still add extensions to the Firefox profile.) Having 4 versions of each > extension seems cumbersome. I concur to your reasoning, it's easy for users to avoid it if they do care. You may close this as wontfix. Cheers, André From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 31 10:59:55 2024 Received: (at 68831-done) by debbugs.gnu.org; 31 Jan 2024 15:59:55 +0000 Received: from localhost ([127.0.0.1]:38945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVD0F-0000Z0-6O for submit@debbugs.gnu.org; Wed, 31 Jan 2024 10:59:55 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVD0D-0000Yo-Hk for 68831-done@debbugs.gnu.org; Wed, 31 Jan 2024 10:59:53 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id CC3475C014F; Wed, 31 Jan 2024 10:59:38 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 31 Jan 2024 10:59:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lassieur.org; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm2; t=1706716778; x=1706803178; bh=Cs2MTlQZ/YNE55v90EFn89pnO4NvLOsCc+dIM1TatCE=; b= IuVhwhIOi++YATE+jGF+RLjT1u24F/qWr5IZ/BW5tnhSI4IjfHGa8Qygs936qCqK moPa2SC5MYZifCeBxYUAkyPyjmreJFBjqtT43HflgXujh05iJ/R3PgMj1hZ0M6d/ WhxU+m2WW3M+WZbH9OjkAxAjP+QUQh2T3oiBmYe+WQdPgLZpB5uQCv6Qb9obPQRw T2ZQqB7HRrD73+Vg+MvCMpuHdAzoqQPD7wmUL/BU/PUEy1MBKjA3UAQRE6VsLOtD VTh2laXYiLXn9hcDyOA0OqnUmMU4wCHWvRC/qYL0SljOtg0F3xheZQAnUcz9BAke ISm9/BQqa2kQYmgrpkQPAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1706716778; x= 1706803178; bh=Cs2MTlQZ/YNE55v90EFn89pnO4NvLOsCc+dIM1TatCE=; b=l W4e8tdp3NohtUQVVcgK8TG36Xx4MFxa1XRIWlWgPKd19aHnw9eT3lvFctJkKuCvG Dbz0EAJWDJ6880JAYuUUprFbU9U7e2aZ3g0yKjEMGBzBWxHDRwuc62mzHpRTJmC8 mQsss+PxgwPj3OsOIUYuzzSoux5l1rSkBdg8iRbY6Gbvppe2m0xaiP1p20UG29hu gGEp/xVyB0x0cT23VbqCwNb/JF/gnc4A8Kui6UuOBMUwSgEkrcdkH0DF+T+MSQYt bScNRVi+YSfWJdJ4X04b6GWn9ZlHeD2tl8cxgmlVDa2wCq5QpSLy24SSBhzImCXC u2Z4EQ5pp5pNcflfs21ZA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrfedtledgkeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefujghffffkfgggtgfgsehtqhertddtreejnecuhfhrohhmpeevlhor mhgvnhhtucfnrghsshhivghurhcuoegtlhgvmhgvnhhtsehlrghsshhivghurhdrohhrgh eqnecuggftrfgrthhtvghrnhepieduueehveeitdelleehieevuddtjefgvefhvdetvddu lefhtdehvddvtdeiheeknecuffhomhgrihhnpehgnhhurdhorhhgnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheptghlvghmvghntheslhgrshhs ihgvuhhrrdhorhhg X-ME-Proxy: Feedback-ID: i4c21472a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 31 Jan 2024 10:59:37 -0500 (EST) From: =?utf-8?Q?Cl=C3=A9ment_Lassieur?= To: =?utf-8?Q?Andr=C3=A9?= Batista Subject: Re: bug#68831: gnu: torbrowser: noscript gets picked up by icecat In-Reply-To: (=?utf-8?Q?=22Andr=C3=A9?= Batista"'s message of "Wed, 31 Jan 2024 12:13:17 -0300") References: <87fryedz2p.fsf@lassieur.org> Date: Wed, 31 Jan 2024 16:59:36 +0100 Message-ID: <87o7d1ebo7.fsf@lassieur.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 68831-done Cc: Marius Bakke , 68831-done@debbugs.gnu.org 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.7 (-) On Wed, Jan 31 2024, Andr=C3=A9 Batista wrote: > Hi Cl=C3=A9ment, > > qua 31 jan 2024 =C3=A0s 03:19:26 (1706681966), clement@lassieur.org envio= u: >> Hello Andr=C3=A9, >>=20 >> I thought about it, and I even started working on a fix. But I stopped >> working on it because I thought it added too much complexity for too >> little gain. See: >>=20 >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68298 > > Oh, I had missed that, I'm sorry for the noise. I had checked guix-bug > only before submitting this report. > >> The default for Tor Browser and Mullvad Browser is that extensions are >> not working because tabs are private. Now if a user uses both Icecat >> and Tor Browser and want a different set of extensions for each of them, >> they can use 'guix shell', which works perfectly well. (They can also >> still add extensions to the Firefox profile.) Having 4 versions of each >> extension seems cumbersome. > > I concur to your reasoning, it's easy for users to avoid it if they do > care. You may close this as wontfix. Ok! Closing. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 31 11:04:09 2024 Received: (at control) by debbugs.gnu.org; 31 Jan 2024 16:04:09 +0000 Received: from localhost ([127.0.0.1]:38956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVD4K-0000hx-U6 for submit@debbugs.gnu.org; Wed, 31 Jan 2024 11:04:09 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVD4J-0000hk-Gg for control@debbugs.gnu.org; Wed, 31 Jan 2024 11:04:08 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C529E5C00EB for ; Wed, 31 Jan 2024 11:03:52 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 31 Jan 2024 11:03:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lassieur.org; h= cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:subject:to:to; s=fm2; t= 1706717032; x=1706803432; bh=gwgiihOY/kHElldu1wZmmSsuGhN96baJQ51 Lw0zYgIk=; b=KVsyXSeJ+r2jOYK/BM13720BrzsSfYjiwWEbqpBUp2WMNZ4GpXK 6OJ1JOga1hghw8J5wHnPAo6MwQisbc0/oK+jy44YmHRQZgmrkvEwIdZfNQ45Hqri WhmG4x5PBwTKP8Mm2ED5OdQfd4KxlLi69ZjurvaTjCe5ytxeIq9K4Jmu23TKdOuT gnDc5wxcX30YMLbytd/0juXmMIIJI6c7lMX1AGQkKAIyuuMAA6Ykjj5phVYKrB9T VCiLwHNjZbT9eyOG5q0RwOMaw+PQO6HDEnQdzI4znEm9cDqsxIHPUMYSSryt6YHO 9GziEsz7GKkuyUddDcXmS8U36xE8HXtoVwA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1706717032; x= 1706803432; bh=gwgiihOY/kHElldu1wZmmSsuGhN96baJQ51Lw0zYgIk=; b=Y fpMbHGOcQhmJkzdpH/d2jWDmkXY2WNCgueTw07fj5Pk5ZkHD/a438XZNYeUtmblr vY+EWEmMXLFtfFQtS8bYf6QetRcGHwYOpCtuAwsX665Us6jQ4VcU6Gayxnfdjd61 KeHiD6MbfpmIrbCZwrG7/CZjWZJO1jYqP0wBgJZGz/DGr0OQXtvKqn9ajcxGPTUg Orpi/mJh7sXH+OpZ5nY1Q3UNVVxSH2YB4+uedbkFl7cUqKsnX3EN6ZegGGC2AnEK 1aYFKe3mTjn/Tfhj54bL8GyeBLziYUDpaeMnzFcR/D12GK7YvWazVLTD4JlNTCF3 qkukRPFVDZS6vovI7+Iaw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrfedtledgkedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucfgmhhpthihuchsuhgsjhgvtghtucdluddtmdenuc fjughrpefhvfffkfggtgesthdtredttddtjeenucfhrhhomhepvehlrohmvghnthcunfgr shhsihgvuhhruceotghlvghmvghntheslhgrshhsihgvuhhrrdhorhhgqeenucggtffrrg htthgvrhhnpeefjeekkefggeffgeduvdekheegveethfeffeetieeitdejueeihefgueef gfegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe gtlhgvmhgvnhhtsehlrghsshhivghurhdrohhrgh X-ME-Proxy: Feedback-ID: i4c21472a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Wed, 31 Jan 2024 11:03:51 -0500 (EST) From: =?utf-8?Q?Cl=C3=A9ment_Lassieur?= To: control@debbugs.gnu.org Date: Wed, 31 Jan 2024 17:03:49 +0100 Message-ID: <87il39ebh6.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain 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: tags 68831 wontfix merge 68831 68298 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.26 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.26 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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 (/) tags 68831 wontfix merge 68831 68298 From unknown Fri Jun 20 07:22:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 29 Feb 2024 12:24:07 +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