From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: bug#36784: Cannot generate key pair with GnuPG Date: Wed, 24 Jul 2019 20:58:30 -0400 Message-ID: <58bc24045bcb5f43a4906f4b4edfc22e3071ebd8.camel@disroot.org> References: <20190724060027.32bd2325@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50129) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqSQN-0006XI-An for bug-guix@gnu.org; Wed, 24 Jul 2019 21:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqSQM-0004hQ-BO for bug-guix@gnu.org; Wed, 24 Jul 2019 21:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqSQL-0004hI-Vl for bug-guix@gnu.org; Wed, 24 Jul 2019 21:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqSQL-0005Tk-Nk for bug-guix@gnu.org; Wed, 24 Jul 2019 21:20:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: 36784@debbugs.gnu.org Hello Guix! After brief discussion on IRC channel, I found out that adding "pinentry-program /home/user/.guix-profile/bin/pinentry-program" to "gpg-agent.conf" in "/home/user/.gnupg", was able to temproarily resolve the situation. Thanks to Ricardo (rekado). I still suggest that there should be a default/fallback option for this. After reviewing guix repository, I found pinentry, emacs- pinentry, pinentry-tty, pinentry-qt, pinentry-gtk2, pinentry-gnome3, pinentry-emacs and pinentry-efl, as available pinentry programs. Out of all, I suggest pinentry to be set as default/fallback option for gnupg in guix, as it is platform-independent and provides both CUI (console) and GUI. Thank you! Regards, RG.