From 706e48d563156f1a793c466d56a73ddfd314742c Mon Sep 17 00:00:00 2001 From: josiah Date: Sun, 19 Feb 2023 11:19:54 -0600 Subject: [PATCH] Commment out use-agent post system upgrade. Seems like this is no longer a needed argument as of gpg-agent 2+? https://stackoverflow.com/questions/47273922/purpose-of-gpg-agent-in-gpg2 Weird. --- .gnupg/gpg-agent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 2b4a488..2f7b047 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -3,4 +3,4 @@ max-cache-ttl 31536000 log-file /var/log/gpg-agent debug-level basic pinentry-program /run/current-system/sw/bin/pinentry -use-agent +#use-agent # commented this out. I did a system upgrade and this argument became inactive.