From unknown Wed Aug 20 02:46:27 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#29521 <29521@debbugs.gnu.org> To: bug#29521 <29521@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. Reply-To: bug#29521 <29521@debbugs.gnu.org> Date: Wed, 20 Aug 2025 09:46:27 +0000 retitle 29521 [PATCH] gnu: gnome-default-applications: Change defaults.list= to gnome-mimeapps.list. reassign 29521 guix-patches submitter 29521 Brendan Tildesley severity 29521 normal tag 29521 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 01 11:18:37 2017 Received: (at submit) by debbugs.gnu.org; 1 Dec 2017 16:18:37 +0000 Received: from localhost ([127.0.0.1]:40217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKo1N-0002Sx-2E for submit@debbugs.gnu.org; Fri, 01 Dec 2017 11:18:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKo1L-0002Sk-Ki for submit@debbugs.gnu.org; Fri, 01 Dec 2017 11:18:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKnzd-0008K2-Iu for submit@debbugs.gnu.org; Fri, 01 Dec 2017 11:18:29 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36575) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKnzb-0008IQ-LE for submit@debbugs.gnu.org; Fri, 01 Dec 2017 11:16:48 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKnxz-0001HT-I2 for guix-patches@gnu.org; Fri, 01 Dec 2017 11:16:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKnx2-000470-RW for guix-patches@gnu.org; Fri, 01 Dec 2017 11:15:07 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:44801 helo=mta-1.openmailbox.og) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKnx1-00040l-TQ for guix-patches@gnu.org; Fri, 01 Dec 2017 11:14:08 -0500 Received: by mta-1.openmailbox.og (Postfix, from userid 20002) id 72FF84E0015; Fri, 1 Dec 2017 04:14:35 +0100 (CET) From: Brendan Tildesley To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. Date: Fri, 1 Dec 2017 14:14:06 +1100 Message-Id: <20171201031406.5308-1-brendan.tildesley@openmailbox.org> X-Mailer: git-send-email 2.15.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) 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: -4.0 (----) * gnu/packages/gnome.scm (gnome-default-applications) [arguments]: Change deprecated defaults.list filename to gnome-mimeapps.list. The old defaults.list was changed to mimeapps.list in the mime spec. The gnome- prefix makes the file only be read when XDG_CURRENT_DESKTOP=GNOME. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9a46495f1..b02e2a567 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5879,7 +5879,7 @@ software that do not provide their own configuration interface.") (let* ((out (assoc-ref %outputs "out")) (apps (string-append out "/share/applications"))) (mkdir-p apps) - (call-with-output-file (string-append apps "/defaults.list") + (call-with-output-file (string-append apps "/gnome-mimeapps.list") (lambda (port) (format port "[Default Applications]\n") (format port "inode/directory=org.gnome.Nautilus.desktop\n"))) -- 2.15.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 05 07:33:21 2017 Received: (at 29521) by debbugs.gnu.org; 5 Dec 2017 12:33:21 +0000 Received: from localhost ([127.0.0.1]:46512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eMCPX-0006TV-KS for submit@debbugs.gnu.org; Tue, 05 Dec 2017 07:33:21 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:45765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eMCPV-0006TM-UW for 29521@debbugs.gnu.org; Tue, 05 Dec 2017 07:33:18 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C3EAFF91E; Tue, 5 Dec 2017 13:33:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k45rSRhzhDqp; Tue, 5 Dec 2017 13:33:18 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C8681F76F; Tue, 5 Dec 2017 13:33:18 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Brendan Tildesley Subject: Re: [bug#29521] [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. References: <20171201031406.5308-1-brendan.tildesley@openmailbox.org> Date: Tue, 05 Dec 2017 13:33:15 +0100 In-Reply-To: <20171201031406.5308-1-brendan.tildesley@openmailbox.org> (Brendan Tildesley's message of "Fri, 1 Dec 2017 14:14:06 +1100") Message-ID: <87mv2xcq2c.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29521 Cc: 29521@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 (+) Hi Brendan, Brendan Tildesley skribis: > * gnu/packages/gnome.scm (gnome-default-applications) > > [arguments]: Change deprecated defaults.list filename to gnome-mimeapps.l= ist. > The old defaults.list was changed to mimeapps.list in the mime spec. The > gnome- prefix makes the file only be read when XDG_CURRENT_DESKTOP=3DGNOM= E. So is =E2=80=98defaults.list=E2=80=99 currently ignored? Or will it be ign= ored in the future? Also, what if XDG_CURRENT_DESKTOP is unset, as is probably the case currently? Anyway, thanks for looking into it! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 04:02:51 2017 Received: (at 29521) by debbugs.gnu.org; 22 Dec 2017 09:02:51 +0000 Received: from localhost ([127.0.0.1]:46838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSJEA-0003Nb-RW for submit@debbugs.gnu.org; Fri, 22 Dec 2017 04:02:51 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:51765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSJE8-0003NQ-Vv for 29521@debbugs.gnu.org; Fri, 22 Dec 2017 04:02:49 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 41B9B10041; Fri, 22 Dec 2017 10:02:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z-AO-bLYNulu; Fri, 22 Dec 2017 10:02:50 +0100 (CET) Received: from ribbon (unknown [193.50.110.235]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8BCCFFE6C; Fri, 22 Dec 2017 10:02:50 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Brendan Tildesley Subject: Re: [bug#29521] [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. References: <20171201031406.5308-1-brendan.tildesley@openmailbox.org> <87mv2xcq2c.fsf@gnu.org> Date: Fri, 22 Dec 2017 10:02:46 +0100 In-Reply-To: <87mv2xcq2c.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 05 Dec 2017 13:33:15 +0100") Message-ID: <87zi6b9lu1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29521 Cc: 29521@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 (+) Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Brendan Tildesley skribis: > >> * gnu/packages/gnome.scm (gnome-default-applications) >> >> [arguments]: Change deprecated defaults.list filename to gnome-mimeapps.= list. >> The old defaults.list was changed to mimeapps.list in the mime spec. The >> gnome- prefix makes the file only be read when XDG_CURRENT_DESKTOP=3DGNO= ME. > > So is =E2=80=98defaults.list=E2=80=99 currently ignored? Or will it be i= gnored in the > future? > > Also, what if XDG_CURRENT_DESKTOP is unset, as is probably the case > currently? Ping! :-) Ludo=E2=80=99. From mail@brendan.scot Sun Mar 29 01:12:41 2020 Received: (at 29521) by debbugs.gnu.org; 30 Mar 2020 02:35:36 +0000 Received: from mout-p-103.mailbox.org ([80.241.56.161]:63312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jIQFU-0001Up-FD for 29521@debbugs.gnu.org; Sun, 29 Mar 2020 01:12:41 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 48qkHQ5KlrzKmgn; Sun, 29 Mar 2020 07:12:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1585458752; 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; bh=pP6LKUHAomjUHHj6AeaZs30r7BN8mkHRC+f9lPoLD7k=; b=UvFekWN9dNXGtP603eIxiaySrgxervZrRJLC+ArfdzzIiJkzwP5Bc138VonLibAMwmi8CT zy5TsHGDPKJDZCGtqRdUfpqJBBRDC32Kh9LrqFhfjIiMLupCm0QCQSsy1zeO10V9KoUb7w KbGlsKOEtgpfb/Oua7cG4pLC2qayX1nKdnwYhz/0A5S4fAazVXixNKQ+6abPzcLeiKv1m/ TtDd1UffSLfJhz6a+/z7lsLEv52FAm/i8lWoUPp1NUPJ1t6dgbgO95utzcYYk71TINGlZ4 weMvMawwOcrvyayWodqzy88a34a8kw4cosmVfSLuEndJnBzFFEjThorqW38URw== Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id d29QeqyYA6h7; Sun, 29 Mar 2020 07:12:30 +0200 (CEST) From: Brendan Tildesley To: 29521@debbugs.gnu.org Cc: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Subject: Re: [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. Message-ID: Date: Sun, 29 Mar 2020 16:12:19 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------87D98B246666D78DB2F60F48" Content-Language: en-US X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29521 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: , X-List-Received-Date: Sun, 29 Mar 2020 05:12:41 -0000 This is a multi-part message in MIME format. --------------87D98B246666D78DB2F60F48 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I apologise for not following up with my bug reports. Here is the latest spec and a thread from 2014 that explains defaults.list appears to be long since unused, that debian uses it only for historical reasons that are perhaps a decade old. It was mentioned in this 6 year old thread that GNOME was using defaults.list. Is there any reason to think that it does now and that we shouldn't just set it to mimeapps.list? I haven't gone into GNOME sources to figure out what it ultimately does. -- https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html As you can see, there is no defaults.list specified at all. -- https://lists.freedesktop.org/archives/xdg/2014-February/013183.html As for should XDG_CURRENT_DESKTOP, having a brief look at the spec, this is merely a way to make desktop items appear in or not appear in the menus of a certain desktop environment. In a .desktop file you can have smoething like |OnlyShowIn|=GNOME or |NotShowIn=XFCE. If the respective desktop environment you are using follows the standard it will check these to decide if it should show or hide the entry. I believe it is unrelated to the defaults.list vs mimeapps.list problem.| ||-- https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html --------------87D98B246666D78DB2F60F48 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

I apologise for not following up with my bug reports. Here is the latest spec and a thread from 2014 that explains defaults.list appears to be long since unused, that debian uses it only for historical reasons that are perhaps a decade old.

It was mentioned in this 6 year old thread that GNOME was using defaults.list. Is there any reason to think that it does now and that we shouldn't just set it to mimeapps.list? I haven't gone into GNOME sources to figure out what it ultimately does.

-- https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html

As you can see, there is no defaults.list specified at all.

-- https://lists.freedesktop.org/archives/xdg/2014-February/013183.html


As for should XDG_CURRENT_DESKTOP, having a brief look at the spec, this is merely a way to make desktop items appear in or not appear in the menus of a certain desktop environment. In a .desktop file you can have smoething like OnlyShowIn=GNOME orĀ  NotShowIn=XFCE. If the respective desktop environment you are using follows the standard it will check these to decide if it should show or hide the entry. I believe it is unrelated to the defaults.list vs mimeapps.list problem.

-- https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html


--------------87D98B246666D78DB2F60F48-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 02 12:56:13 2020 Received: (at 29521-done) by debbugs.gnu.org; 2 Apr 2020 16:56:13 +0000 Received: from localhost ([127.0.0.1]:40645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jK38X-00037J-7M for submit@debbugs.gnu.org; Thu, 02 Apr 2020 12:56:13 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:56391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jK38V-00036p-Lv for 29521-done@debbugs.gnu.org; Thu, 02 Apr 2020 12:56:11 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 7E84B5C016C; Thu, 2 Apr 2020 12:56:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 02 Apr 2020 12:56:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=w/EFw5hAD3btq8b5d9gIXSDGVx CmKyI6L31eMjwyYjQ=; b=vVaBtZYOOW/V+84mz6l8hqCKmbfl6yrdtHjrhwgLaI +3aKLHOuhRK+wqS5OGMcH2src59wcsf4vyoYoEs5s/qR7lmIqTI/RG9+tXRWZ8yL J4LUeBJUnR5jTlAWQiSVs3jFN9Lq0dt6CcRyZbwQTfiDcoEXcDMpIYMOHcBt6xxZ F12nAZOl9JJJRBSp23JEX7uhoBOvxuJz4abBo49fV+bPxwphjYJ+IcGdtATov0nj uoJvubAc79wygmsoC9YHcBQqN671vUCz6m0JNCTxM0bkcobLsubj0TQ92VxKsOj9 DYJ4qbIBsPQaOL1zHGUjWiRPX/D1vOfIghr/Km+v2JMQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=w/EFw5 hAD3btq8b5d9gIXSDGVxCmKyI6L31eMjwyYjQ=; b=WnqMr9WG9P6OCixYsZMACE Vn0JzPfKm2+PqLqG+GuFM9MGhyRpyV3ldB/L48XmOPZiOrOMNl8422kuTo47zIIW PiLwpIJcmKQxFCv0zqXJ3qwtdvKmVtUEL97gULxsWjTWEpC6196Ftu+8/RglVhL+ Rt7cHOfgcr5SmsIN4Hba53t47IUTt/50TPyiyrB5PfdFX8h5T7+RsMXfN2hUcD30 7CX46KqKF2s6wCCeDWVs3nFXDhEFMx9CBV4BRNQ2AUHF2gxl6v6LGNOEcfNbX0tn yXE9bEp3wxRxNIOMi8LMdj9JVQeLVnUhtyc1H9YYEL3u1ceZbKrcwBFz6LLBquvg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtdeggddutdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufgjfhgffffkgggtsehgtderredtredtnecuhfhrohhmpeforghrihhu shcuuegrkhhkvgcuoehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmqeenucfkphepke egrddvtddvrdeikedrjeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehm rghilhhfrhhomhepmhgsrghkkhgvsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id EF0B13280064; Thu, 2 Apr 2020 12:56:05 -0400 (EDT) From: Marius Bakke To: Brendan Tildesley , 29521-done@debbugs.gnu.org Subject: Re: [bug#29521] [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. In-Reply-To: <20171201031406.5308-1-brendan.tildesley@openmailbox.org> References: <20171201031406.5308-1-brendan.tildesley@openmailbox.org> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Thu, 02 Apr 2020 18:56:04 +0200 Message-ID: <87sghlrfmj.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29521-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.7 (-) --=-=-= Content-Type: text/plain Brendan Tildesley writes: > * gnu/packages/gnome.scm (gnome-default-applications) > > [arguments]: Change deprecated defaults.list filename to gnome-mimeapps.list. > The old defaults.list was changed to mimeapps.list in the mime spec. The > gnome- prefix makes the file only be read when XDG_CURRENT_DESKTOP=GNOME. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6GGSQACgkQoqBt8qM6 VPrkkwf/QO1Is+xsWcpsCtRP+SS8d4U9I54FtKYA5oksENcic9WVlMpI1iwEMryy BqfdSc9uzayqeDklVv1uyijh04gt9fslicizmjBfS1EblDbijX/q08CWbYJEjuD7 TbYkd0glt+EZlgmKe8XDGK7rpP+wlPEFaIFc/4ixBOApkxQ4BDIBq/l3+gLteZNm HpLnRMpyMJt1OV7LBRqo1OyCJ+JSXSs71w+Dv7RI1DBPAn4MJuz78Sp+vzROJMYN dIkuPPx7xJGJf6QxzJQOFVlJptPH3i6CXT3guvMm5BW6KEYOYahfS+8QLpG6b08n F4c875/zG6jwSysTFLrLKNyMtWT79w== =7o7P -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Aug 20 02:46:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 May 2020 11:24:05 +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