From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: No gpg keyservers available on GuixSD out-of-the-box Date: Tue, 05 Jan 2016 10:29:40 +0100 Message-ID: <877fjo8jcr.fsf@gnu.org> References: <248e633448b6c92fc7a134fec5ccc2ac@riseup.net> <87wprwzw5v.fsf@gnu.org> <20151230103420.GB6614@debian.fritz.box> <63106df769447a6c6151e46c6ac9e4d1@riseup.net> <87si2jocwb.fsf@gnu.org> <5a0ee8cb769420a6b660e2d91c590e6b@riseup.net> <87k2npbd1a.fsf@gnu.org> <877fjp2src.fsf@grrlz.net> <20160104182644.GA21705@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGNw2-00035r-Am for help-guix@gnu.org; Tue, 05 Jan 2016 04:29:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGNvz-0004EZ-5Z for help-guix@gnu.org; Tue, 05 Jan 2016 04:29:46 -0500 In-Reply-To: <20160104182644.GA21705@jasmine> (Leo Famulari's message of "Mon, 4 Jan 2016 13:26:44 -0500") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Leo Famulari Cc: help-guix Leo Famulari skribis: > On Mon, Jan 04, 2016 at 05:50:47PM +0100, Ni* wrote: [...] >> Related question: >> is it intentional that there's no pinentry-gtk and pinentry-qt in Guix? > > I'm using the Debian provided pinentry, but it looks like our pinentry > provides a GTK interface and a console (ncurses?) interface, at least > based on the package definition in gnupg.scm. Yes, it provides both: --8<---------------cut here---------------start------------->8--- $ ls -l $(guix build pinentry)/bin totalo 180 lrwxrwxrwx 5 root root 14 Jan 1 1970 pinentry -> pinentry-gtk-2 -r-xr-xr-x 2 root root 74032 Jan 1 1970 pinentry-curses -r-xr-xr-x 2 root root 94216 Jan 1 1970 pinentry-gtk-2 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.