mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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.
This commit is contained in:
parent
232af382e5
commit
816824953c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user