[git] GnuPG - branch, master, updated. gnupg-2.1.5-42-g8168249
by Daniel Kahn Gillmor
cvs at cvs.gnupg.org
Tue Jun 30 22:43:02 CEST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 816824953c91959c23a57c047bdba6a902ffdde6 (commit)
from 232af382e563fcbe15589a3ccae7d6908a17c44d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 816824953c91959c23a57c047bdba6a902ffdde6
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Jun 30 12:41:29 2015 -0400
Pass DBUS_SESSION_BUS_ADDRESS for gnome3
* common/session-env.c (stdenvnames): Add DBUS_SESSION_BUS_ADDRESS.
--
pinentry-gnome3 talks to the gcr prompter via dbus. Without this
environment variable, it can't find the correct session to talk to.
diff --git a/common/session-env.c b/common/session-env.c
index c0500ea..171bf8f 100644
--- a/common/session-env.c
+++ b/common/session-env.c
@@ -72,6 +72,8 @@ static struct
modules (eg "@im=SCIM"). */
{ "GTK_IM_MODULE" }, /* Used by gtk to select gtk input
modules (eg "scim-bridge"). */
+ { "DBUS_SESSION_BUS_ADDRESS" },/* Used by GNOME3 to talk to gcr over
+ dbus */
{ "QT_IM_MODULE" }, /* Used by Qt to select qt input
modules (eg "xim"). */
{ "INSIDE_EMACS" }, /* Set by Emacs before running a
-----------------------------------------------------------------------
Summary of changes:
common/session-env.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list