From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#36784: Cannot generate key pair with GnuPG Date: Thu, 25 Jul 2019 15:34:07 +0200 Message-ID: <87y30m8chc.fsf@elephly.net> References: <20190724060027.32bd2325@disroot.org> <58bc24045bcb5f43a4906f4b4edfc22e3071ebd8.camel@disroot.org> <8736iu9sjc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50818) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqdtf-0006u5-MN for bug-guix@gnu.org; Thu, 25 Jul 2019 09:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqdte-0001YG-Nf for bug-guix@gnu.org; Thu, 25 Jul 2019 09:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58012) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqdte-0001Y7-Fg for bug-guix@gnu.org; Thu, 25 Jul 2019 09:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqdte-0004Jz-9y for bug-guix@gnu.org; Thu, 25 Jul 2019 09:35:02 -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: Raghav Gururajan Cc: 36784@debbugs.gnu.org Raghav Gururajan writes: >> 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. :) I guess the reason for not adding a graphical pinentry is that this would increase the package closure of the gnupg package. Perhaps we should add gnupg-minimal for use in other package definitions. -- Ricardo