On Wed, 18 Jun 2025 14:52, bbhtt said:

> The difference is the patch should make it work by default inside
> Flatpak, without needing to touch the gpg-agent options on host and

Too large of a patch for a very special setting.  And we have a proper
solution already.

Do you know that you can have a /etc/gnupg/gpg-agent.conf file which is
read before the ~/.gnupg/gpg.conf file?  This might already help - I
don't know the details of flatpack, though.

What you can also do is to examine an environment variable and set the
rspecive options depending on the envvar.  For example assuming you have
a INSIDE_FLATPACK set to a non-zero value:

[getreg flatpack INSIDE_FLATPACK]
[if $flatpack]
  change-std-env-name -WHATEVER
  change-std-env-name -OTHERTHING
[fi]

Either in the global or in the local conf file.  


Shalom-Salam,

   Werner

-- 
The pioneers of a warless world are the youth that
refuse military service.             - A. Einstein

Attachment: openpgp-digital-signature.asc
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
https://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to