From c45718acd7c6f13fb7e5d027c8c821b15973fa53 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 6 Sep 2024 10:08:46 +0200 Subject: gnupg: Use the bare /usr/bin/pinentry script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is script provided by the distribution (at least it is on openSUSE!), and it picks the right binary for the current environment. So just use that instead of a hardcoded one. Signed-off-by: Miquel Sabaté Solà --- .gnupg/gpg-agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gnupg/gpg-agent.conf') diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 67c7dae..832ab23 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,5 +1,5 @@ -pinentry-program /usr/bin/pinentry-qt4 +pinentry-program /usr/bin/pinentry max-cache-ttl 720000 default-cache-ttl 720000 enable-ssh-support -use-standard-socket \ No newline at end of file +use-standard-socket -- cgit v1.2.3