envoy
envoy copied to clipboard
envoy doesn't work with gnupg >=2.1.13
As written in the announcement of the GnuPG >=2.1.13 release:
If a /run/user/$UID directory exists, that directory is now used for IPC sockets instead of the GNUPGHOME directory. This fixes problems with NFS and too long socket names and thus avoids the need for redirection files.
A workaround is to put export GNUPGHOME=/run/user/
id -u/gnupg
in your ~/.profile
.
Don't use the first workaround because your keyring will be erased at each shutdown. This one is better ln -s /run/user/
id -u/gnupg/S.gpg-agent /home/
id -un/.gnupg/S.gpg-agent
; it is permanent across reboot.
Here is the actual error:
$ envoy
envoy: failed to connect to GPG_AUTH_SOCK: No such file or directory
Sorry for my inactivity, I'm not really supporting this project, but I'll have a look into it right now...