diff options
author | Werner Koch <wk@gnupg.org> | 2020-08-12 09:27:08 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-08-12 09:27:08 +0200 |
commit | 3944430ffeaa032719fd82f8eaa118b3f326b8ed (patch) | |
tree | 0e8414729d5d27dc48088a32160c4ab0139acf4b | |
parent | scd:piv: Allow signing using PSS. (diff) | |
download | gnupg2-3944430ffeaa032719fd82f8eaa118b3f326b8ed.tar.xz gnupg2-3944430ffeaa032719fd82f8eaa118b3f326b8ed.zip |
common: Pass the WAYLAND_DISPLAY envvar along
* common/session-env.c (stdenvnames): Add WAYLAND_DISPLAY.
--
GnuPG-bug-id: 5016
Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r-- | common/session-env.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/session-env.c b/common/session-env.c index 30241a993..1df2c4431 100644 --- a/common/session-env.c +++ b/common/session-env.c @@ -70,6 +70,7 @@ static struct { "XAUTHORITY","xauthority"}, /* Xlib Authentication. */ { "XMODIFIERS" }, /* Used by Xlib to select X input modules (eg "@im=SCIM"). */ + { "WAYLAND_DISPLAY" }, /* For the Wayland display engine. */ { "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 |