From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 14 09:04:11 2021 Received: (at submit) by debbugs.gnu.org; 14 Feb 2021 14:04:12 +0000 Received: from localhost ([127.0.0.1]:35613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBI0R-0000i8-L8 for submit@debbugs.gnu.org; Sun, 14 Feb 2021 09:04:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:45628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBI0P-0000i0-Ii for submit@debbugs.gnu.org; Sun, 14 Feb 2021 09:04:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52694) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBI0P-0007xq-D6 for guix-patches@gnu.org; Sun, 14 Feb 2021 09:04:09 -0500 Received: from m12-18.163.com ([220.181.12.18]:40505) by eggs.gnu.org with smtp (Exim 4.90_1) (envelope-from ) id 1lBI0C-0005j0-I4 for guix-patches@gnu.org; Sun, 14 Feb 2021 09:04:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=m9obw c1syXFQ8CadqaW6UddtYbBhTRwUOTWnsq6uD3g=; b=dRpkb8MxPzBclzjv9rzDf 30VdSVy5ir82Ud4ilgGfvGPcvFVJN1AMDG+4YTbp5QRs7u1qecZMTgIes1i35mbc 2bFtrD8n+aWp0gRa4mKJ5nCDwe828SoYizjnEdOgBly1fzZGAm9v9X3qQPhuoAoo j1zUUXtDycE7HzErzoTApI= Received: from asus-laptop (unknown [183.19.167.3]) by smtp14 (Coremail) with SMTP id EsCowAC3ufeeLSlgoNasUA--.41093S2; Sun, 14 Feb 2021 22:03:11 +0800 (CST) User-agent: mu4e 1.4.15; emacs 27.1 From: Zhu Zihao To: guix-patches@gnu.org Subject: [PATCH]: gnu: thunar: Update to 4.17.0. Date: Sun, 14 Feb 2021 22:03:09 +0800 Message-ID: <86lfbqhhlu.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-CM-TRANSID: EsCowAC3ufeeLSlgoNasUA--.41093S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUDm9aDUUUU X-Originating-IP: [183.19.167.3] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/1tbiTx85r1sGXqYIAwAAso Received-SPF: pass client-ip=220.181.12.18; envelope-from=all_but_last@163.com; helo=m12-18.163.com 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.5 (/) 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.4 (--) --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQTUepyLKuOQW1Y9kTW+QrNSqfaCHwUCYCktnhUcYWxsX2J1dF9s YXN0QDE2My5jb20ACgkQvkKzUqn2gh9JmAEAyw+FC0RkhCcGJxNPgcgDMsxclWln 9rIrb9nrgryBcrIBAJ+C+KvATySrz5zDVATz6yxI+KQ735OTCQCGvAXtDbAJ =ANe3 -----END PGP SIGNATURE----- --==-=-=-- --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-thunar-Update-to-4.17.0.patch >From f5f1955272be68a5d80b85cc1f7a4d04ff64fb4d Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Sun, 14 Feb 2021 21:57:26 +0800 Subject: [PATCH] gnu: thunar: Update to 4.17.0. * gnu/packages/xfce.scm(thunar): Update to 4.17.0. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 9d8fead43c..8be4efb92e 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -765,7 +765,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.2") + (version "4.17.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -773,7 +773,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7")))) + "19gqd5fcv0nxwz7wkv6jydjy06hjw7in98n2dvbr59mxv014y05d")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.30.0 --=-=-= Content-Type: text/plain -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 14 12:14:52 2021 Received: (at 46511) by debbugs.gnu.org; 14 Feb 2021 17:14:52 +0000 Received: from localhost ([127.0.0.1]:36623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBKyy-0007jG-3i for submit@debbugs.gnu.org; Sun, 14 Feb 2021 12:14:52 -0500 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:40450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBKyv-0007j6-Lf for 46511@debbugs.gnu.org; Sun, 14 Feb 2021 12:14:50 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lBKyp-0006dt-Q9; Sun, 14 Feb 2021 18:14:43 +0100 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lBKym-0000qO-Rx; Sun, 14 Feb 2021 18:14:43 +0100 From: Michael Rohleder To: Zhu Zihao Subject: Re: [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0. References: <86lfbqhhlu.fsf@163.com> Date: Sun, 14 Feb 2021 18:14:35 +0100 In-Reply-To: <86lfbqhhlu.fsf@163.com> (Zhu Zihao's message of "Sun, 14 Feb 2021 22:03:09 +0800") Message-ID: <87sg5yzi4k.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1613322889;49cbd6de; X-HE-SMSGID: 1lBKyp-0006dt-Q9 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46511 Cc: 46511@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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Zhu, Thank you for the patch! I think, 4.17.0 is a development release. From the release notes: Release notes for 4.17.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I am pleased to provide you this thunar development release, adding plenty of new features. ... =2D-=20 Computers don't actually think. You just think they think. (We think.) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmApWnsRHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyUmhAf+K75CQZ+w421lOrlX4l52O9mCzSqLV+mO KbOzUNiwmDUW1AyTgKVLla1LjOhk00kRGp7Pnp9Bkvkss7T28OMvJoVkIs3CoNIw LtTYHVXY7tNOcKftpmYhpkUz+x5QaIphD+Ob5M8bUqRNgwmfo/JhKl8qsaBC3XPE ymEqdKF0mtHJQeQzoqX4+PBu4+q0ek1PLhPERSjs0W5h66nx0eTZkypxZvZPZA6c ype7nfIUP+iTXiX0oy9HMO35D+difRQYhjdSCU9bS+Bl3s80tSIhBar/isXaamxt RNrVSIO7XVDzFiPlrlyqG+fS3DuNvsI3BGZrkO4pkvaL0cQtL1cOkQ== =VsCU -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 14 23:15:03 2021 Received: (at 46511) by debbugs.gnu.org; 15 Feb 2021 04:15:03 +0000 Received: from localhost ([127.0.0.1]:37089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBVHq-0004tm-D5 for submit@debbugs.gnu.org; Sun, 14 Feb 2021 23:15:03 -0500 Received: from m12-11.163.com ([220.181.12.11]:34626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBVHm-0004sz-8W for 46511@debbugs.gnu.org; Sun, 14 Feb 2021 23:15:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=w33t9 nIfb0/G1hOl6ZaIHjmdBlY0jmTVLBT2wQiviJM=; b=Xyze6COByyb9wYUpiZFld fmfVAGU4y8FHMe1+DnqpzM3zAqrQanB9Io095U8cKv1+oHzu/XZkQdC1KCCTTIyL WBnIOa7oX8efDVdpYmyiH8p7Cl1LJ76MyFDqB5HN0PRTYXEHbTNsZBrrbecNSoht xn4Z02uwjrpAsPKzRI9MtM= Received: from asus-laptop (unknown [113.102.101.252]) by smtp7 (Coremail) with SMTP id C8CowADX1p489SlgiSgUNw--.27876S2; Mon, 15 Feb 2021 12:14:52 +0800 (CST) References: <86lfbqhhlu.fsf@163.com> <87sg5yzi4k.fsf@rohleder.de> User-agent: mu4e 1.4.15; emacs 27.1 From: Zhu Zihao To: Michael Rohleder Subject: Re: [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0. In-reply-to: <87sg5yzi4k.fsf@rohleder.de> Date: Mon, 15 Feb 2021 12:14:46 +0800 Message-ID: <86o8gmge6h.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-CM-TRANSID: C8CowADX1p489SlgiSgUNw--.27876S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrurW5JFWrAFyxKw17trWfGrg_yoW3GFc_Ka yF9F4UX3s8XwsrG3WjkrW3KFW7KryqgFyxGrWDtrySkr98XFn8XrWkCr1DCr1xJrs2gFn8 KF1qvr1UZr909jkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUjoUDtUUUUU== X-Originating-IP: [113.102.101.252] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/xtbBZh06r1aD6xilQAAAst X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46511 Cc: 46511@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.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Michael Rohleder writes: > Hello Zhu, > > Thank you for the patch! > > I think, 4.17.0 is a development release. From the release notes: > > Release notes for 4.17.0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > I am pleased to provide you this thunar development release, adding > plenty of new features. > ... Thanks for your reminder, I just read the page https://www.xfce.org/about/releasemodel. IMO, the called "stable release" just like LTS, the development release doesn't mean it's a buggy verion. So if it's not suitable to upgrade the original definition, we may provide it as an alternative packages(e.g. thunar@4.17.0 vs thunar@4.16.2). =2D-=20 Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQTUepyLKuOQW1Y9kTW+QrNSqfaCHwUCYCn1NhUcYWxsX2J1dF9s YXN0QDE2My5jb20ACgkQvkKzUqn2gh8jGQD/T5MkKPPZhILX6MaoEZ0lSfnE9DcT ViXB/dR9IeyGed8BAOp9rThXc61KVALJ5A9GS6VfczB3pNMohxP0PdClyqEP =nuQ5 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 05:11:04 2021 Received: (at 46511) by debbugs.gnu.org; 22 Feb 2021 10:11:04 +0000 Received: from localhost ([127.0.0.1]:55720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lE8BD-0006i9-Rv for submit@debbugs.gnu.org; Mon, 22 Feb 2021 05:11:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lE8BC-0006hh-UX for 46511@debbugs.gnu.org; Mon, 22 Feb 2021 05:11:03 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51653) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lE8B7-0003EK-Du; Mon, 22 Feb 2021 05:10:57 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42392 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lE8B5-0006xA-W4; Mon, 22 Feb 2021 05:10:56 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Zhu Zihao Subject: Re: bug#46511: [PATCH]: gnu: thunar: Update to 4.17.0. References: <86lfbqhhlu.fsf@163.com> <87sg5yzi4k.fsf@rohleder.de> <86o8gmge6h.fsf@163.com> Date: Mon, 22 Feb 2021 11:10:54 +0100 In-Reply-To: <86o8gmge6h.fsf@163.com> (Zhu Zihao's message of "Mon, 15 Feb 2021 12:14:46 +0800") Message-ID: <874ki4ct01.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) 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: 46511 Cc: Michael Rohleder , 46511@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 (-) Hi, Zhu Zihao skribis: > Michael Rohleder writes: > >> Hello Zhu, >> >> Thank you for the patch! >> >> I think, 4.17.0 is a development release. From the release notes: >> >> Release notes for 4.17.0 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> I am pleased to provide you this thunar development release, adding >> plenty of new features. >> ... > > Thanks for your reminder, I just read the page > https://www.xfce.org/about/releasemodel. > > IMO, the called "stable release" just like LTS, the development release > doesn't mean it's a buggy verion. So if it's not suitable to upgrade the > original definition, we may provide it as an alternative packages(e.g. > thunar@4.17.0 vs thunar@4.16.2). Normally we=E2=80=99d just provide what upstream calls =E2=80=9Cstable=E2= =80=9D, so 4.16 in this case. I don=E2=80=99t think it=E2=80=99s reasonable to maintain two versio= ns. Thoughts? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 17 17:33:03 2021 Received: (at control) by debbugs.gnu.org; 17 Mar 2021 21:33:03 +0000 Received: from localhost ([127.0.0.1]:44331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMdmp-0004k8-I7 for submit@debbugs.gnu.org; Wed, 17 Mar 2021 17:33:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59898) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMdmo-0004jc-2C for control@debbugs.gnu.org; Wed, 17 Mar 2021 17:33:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44179) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMdmi-0004uI-S7 for control@debbugs.gnu.org; Wed, 17 Mar 2021 17:32:56 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48802 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lMdmi-0000CV-Bi for control@debbugs.gnu.org; Wed, 17 Mar 2021 17:32:56 -0400 Date: Wed, 17 Mar 2021 22:32:55 +0100 Message-Id: <87im5pxy7s.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #46511 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: -1.7 (-) tags 46511 wontfix close 46511 quit From unknown Fri Aug 22 01:33:44 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, 15 Apr 2021 11:24:06 +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