From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Missing pinentry-emacs for gpg-agent? Date: Tue, 27 Mar 2018 18:45:29 +0300 Message-ID: <87vadh4j52.fsf@gmail.com> References: <877epy59g6.fsf@gmail.com> <87h8p1x2t9.fsf@gnu.org> 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]:40989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0qn2-0003OH-2I for help-guix@gnu.org; Tue, 27 Mar 2018 11:45:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0qmy-0000Vx-Mt for help-guix@gnu.org; Tue, 27 Mar 2018 11:45:36 -0400 In-Reply-To: <87h8p1x2t9.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 27 Mar 2018 11:53:06 +0200") 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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix Ludovic Court=C3=A8s (2018-03-27 11:53 +0200) wrote: > Pierre Neidhardt skribis: > >> Somewhat surprisingly, pinentry-emacs does not seem to be in the repo. >> Is it intentional? I'd love to have it back. > > I didn=E2=80=99t know its existence. :-) > > Please do submit a package! > > https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.h= tml > >> On a related topic, is it possible to share a gpg-agent.conf between a >> Guix-based system and another system? >> What I mean here is that the following line in gpg-agent.conf: >> >> pinentry-program /home/ambrevar/.guix-profile/bin/pinentry >> >> won't work on other systems (/usr/bin/pinentry on other systems is >> somewhat more universal, but hey...). > > I can=E2=80=99t think of any solution to that problem=E2=80=A6 apart from= installing > Guix on the other systems. :-) I use another solution: I just run "gpg-agent" with "--pinentry-program" option (instead of adding "pinentry-program ..." line to the conf-file). --=20 Alex