From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24076: gnupg [-agent]: when signing [commits], it claims that there is no pinentry - but there is Date: Wed, 27 Jul 2016 13:01:15 +0200 Message-ID: <878twnz6o4.fsf@gnu.org> References: <20160726180507.21e5e8e0@scratchpost.org> <87poq016rt.fsf@gnu.org> <20160727115405.704f02ac@scratchpost.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]:59323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSMbH-0005mV-RS for bug-guix@gnu.org; Wed, 27 Jul 2016 07:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSMbC-0001Bh-O9 for bug-guix@gnu.org; Wed, 27 Jul 2016 07:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSMbC-0001Bd-LA for bug-guix@gnu.org; Wed, 27 Jul 2016 07:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bSMbC-00065I-Ed for bug-guix@gnu.org; Wed, 27 Jul 2016 07:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160727115405.704f02ac@scratchpost.org> (Danny Milosavljevic's message of "Wed, 27 Jul 2016 11:54:05 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 24076@debbugs.gnu.org Hi, Danny Milosavljevic skribis: >> My ~/.gnupg/gpg-agent.conf file reads this: >>=20 >> --8<---------------cut here---------------start------------->8--- >> pinentry-program /home/ludo/.guix-profile/bin/pinentry-gtk-2 >> --8<---------------cut here---------------end--------------->8--- > > Yes, the file didn't exist. I created it and it works now. Great. > I did install the pinentry package, though. > > Do you think it would make sense to put this in the skeleton for new user= accounts? Maybe. Ideally, this would be addressed by GnuPG itself, which should somehow make it easier to set it up, because there=E2=80=99s nothing GuixSD-specific here AFAICS. What do other distros do to help? Thanks, Ludo=E2=80=99.