From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: bug#36784: Cannot generate key pair with GnuPG Date: Thu, 25 Jul 2019 09:08:15 -0400 Message-ID: References: <20190724060027.32bd2325@disroot.org> <58bc24045bcb5f43a4906f4b4edfc22e3071ebd8.camel@disroot.org> <8736iu9sjc.fsf@elephly.net> 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]:44396) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqdUX-00005j-FT for bug-guix@gnu.org; Thu, 25 Jul 2019 09:09:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqdUW-0006Nt-K1 for bug-guix@gnu.org; Thu, 25 Jul 2019 09:09:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57973) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqdUW-0006NQ-11 for bug-guix@gnu.org; Thu, 25 Jul 2019 09:09:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqdUV-0003f3-RE for bug-guix@gnu.org; Thu, 25 Jul 2019 09:09:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736iu9sjc.fsf@elephly.net> 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: Ricardo Wurmus Cc: 36784@debbugs.gnu.org > Is there a good > reason not to include pinentry-tty or somemthing similarly small? It appears pinentry-tty is only console-based. If graphical applications like MUA, Key Managers etc require pinentry-program, it usually uses pop-up (gui) for passphrase input. Since pinentry provides both console and gui, I suggested it as it will be well-rounded solution. :) Regards, RG.