From cb8eb366cb009b66af95c7b5a147db4c6a651e40 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 18 Jan 2024 11:23:51 +0100 Subject: [PATCH] Pass PINENTRY_GEOM_HINT environment variable to pinentry * common/session-env.c: Add PINENTRY_GEOM_HINT to variables. -- GnuPG-Bug-ID: 6930 --- common/session-env.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/session-env.c b/common/session-env.c index f07d9d101..e774c1d9b 100644 --- a/common/session-env.c +++ b/common/session-env.c @@ -84,9 +84,10 @@ static struct modules (eg "xim"). */ { "INSIDE_EMACS" }, /* Set by Emacs before running a process. */ - { "PINENTRY_USER_DATA", "pinentry-user-data"} + { "PINENTRY_USER_DATA", "pinentry-user-data"}, /* Used for communication with non-standard Pinentries. */ + { "PINENTRY_GEOM_HINT" } /* Used to pass window information. */ };