guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guix GnuPg


From: Ludovic Courtès
Subject: Re: Guix GnuPg
Date: Sun, 17 May 2015 22:18:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Daniel Pimentel <address@hidden> skribis:

> So, I install pinentry in my user profile (guix package -i
> pinentry). I see other same error in other distribution GNU/Linux, so
> I created a gpg-agent.conf file in my gnupg folder (~/.gnupg) then add
> path to pinentry:
> pinentry-program /home/dani/.guix-profile/bin/pinentry-curses. But
> don't work.

I do exactly that but with pinentry-gtk, on GnuPG 2.0, and it works for me.

You probably need to restart gnupg-agent after installing
gpg-agent.conf, and to make sure the right environment variables are
defined in the shell where gpg runs.

I have this in my ~/.xsession:

  eval `gpg-agent --daemon --enable-ssh-support --write-env-file 
~/.gnupg-agent-env`

so I can always source ~/.gnupg-agent-env.

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]