From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43214) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icY5G-0004aC-Sa for guix-patches@gnu.org; Wed, 04 Dec 2019 12:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icY5F-00068q-VV for guix-patches@gnu.org; Wed, 04 Dec 2019 12:05:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icY5F-00063z-QD for guix-patches@gnu.org; Wed, 04 Dec 2019 12:05:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icY5F-0008Tr-LD for guix-patches@gnu.org; Wed, 04 Dec 2019 12:05:01 -0500 Subject: [bug#38160] GNOME Keyring service Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <057a95242009b1560b82547f7e0bec8b41a437c9.camel@student.tugraz.at> Date: Wed, 04 Dec 2019 18:04:25 +0100 In-Reply-To: <057a95242009b1560b82547f7e0bec8b41a437c9.camel@student.tugraz.at> (Leo Prikler's message of "Sun, 10 Nov 2019 14:06:30 +0100") Message-ID: <87immwc99i.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: Leo Prikler Cc: 38160@debbugs.gnu.org Leo Prikler skribis: > From 9ac5f99a65f0599a3210443305042155f9b06e39 Mon Sep 17 00:00:00 2001 > From: Leo Prikler > Date: Sat, 9 Nov 2019 16:14:45 +0100 > Subject: [PATCH] gnu: Add GNOME Keyring service > > * gnu/services/desktop.scm: (): New record t= ype. > (gnome-keyring-service-type): New service type. > * doc/guix.texi: Document it. BTW, do you think =E2=80=98gnome-service-type=E2=80=99 should always enable =E2=80=98gnome-keyring-service-type=E2=80=99? I would think it=E2=80=99s a= good idea. Thoughts? Ludo=E2=80=99.