From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86638 Path: news.gmane.org!not-for-mail From: Russ Allbery Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus / gpg agent interaction after upgrade to Fedora 23 Date: Sun, 17 Jan 2016 20:06:55 -0800 Organization: The Eyrie Message-ID: <87a8o3cyzk.fsf@hope.eyrie.org> References: <848u3npmbj.fsf@davestoy.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453090048 7894 80.91.229.3 (18 Jan 2016 04:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2016 04:07:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34865@lists.math.uh.edu Mon Jan 18 05:07:16 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aL163-0005BM-FX for ding-account@gmane.org; Mon, 18 Jan 2016 05:07:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aL160-0007pI-HT; Sun, 17 Jan 2016 22:07:12 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aL15y-0007oj-BO for ding@lists.math.uh.edu; Sun, 17 Jan 2016 22:07:10 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aL15w-0001lu-Aj for ding@lists.math.uh.edu; Sun, 17 Jan 2016 22:07:10 -0600 Original-Received: from haven.eyrie.org ([166.84.7.159]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aL15u-0003zm-NZ for ding@gnus.org; Mon, 18 Jan 2016 05:07:06 +0100 Original-Received: from lothlorien.eyrie.org (unknown [96.90.234.101]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by haven.eyrie.org (Postfix) with ESMTPS id D16271180E8 for ; Sun, 17 Jan 2016 20:06:55 -0800 (PST) Original-Received: by lothlorien.eyrie.org (Postfix, from userid 1000) id D24BDB40840; Sun, 17 Jan 2016 20:06:55 -0800 (PST) In-Reply-To: <848u3npmbj.fsf@davestoy.home> (Dave Goldberg's message of "Sun, 17 Jan 2016 23:02:08 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86638 Archived-At: david.goldberg6@verizon.net (Dave Goldberg) writes: > I've read through the stuff in Bugzilla and a couple other posts. I get > that in Fedora 23 the Gnome password manager no longer manages gpg keys > and that gpg-agent is now running separately. That's OK for working > with gpg2 on the command line, but I can't figure out how to get it to > work with Gnus (latest git) and Emacs 24.5.1 as distributed with Fedora > 23. I've installed the pinentry-gnome3 and pinentry-emacs packages but > whenever Gnus needs to go to, say, .authinfo.gpg, I'm prompted for my > passphrase in the minibuffer which works, except that the key is > subsequently closed and any subsequent need to get into that file > results in another prompt. What am I missing? Try (setq epg-gpg-program "gpg2"). By default, I think it uses gpg, which is not compatible with the gpg-agent that comes with gpg2. That fixed it for me, at least. -- Russ Allbery (eagle@eyrie.org)