From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMCQJ-0005xX-LD for guix-patches@gnu.org; Tue, 05 Dec 2017 07:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMCQE-000493-M1 for guix-patches@gnu.org; Tue, 05 Dec 2017 07:34:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37831) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eMCQE-00048x-Iu for guix-patches@gnu.org; Tue, 05 Dec 2017 07:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eMCQE-0006US-Cg for guix-patches@gnu.org; Tue, 05 Dec 2017 07:34:02 -0500 Subject: [bug#29521] [PATCH] gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brendan Tildesley Cc: 29521@debbugs.gnu.org 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.