They work for the root user but fail for the developer user.
I have localized the problem to this error:
$ gpg --list-secret-keys
gpg: can't connect to the agent: IPC connect call failed
When it is called with sudo it works:
$ sudo gpg --list-secret-keys
gpg: WARNING: unsafe ownership on homedir '/home/developer/.gnupg'
/home/developer/.gnupg/pubring.kbx
----------------------------------
sec rsa4096/18D1DA4D9E7A4FD0 2016-05-14 [SC] [expires: 2026-07-27]
A9446F790F9BE7C9D108FC6718D1DA4D9E7A4FD0
uid [ultimate] Test 1 <test1@example.org>
ssb rsa4096/12A2B2669B636DD4 2016-05-14 [E] [expires: 2026-07-27]
They work for the root user but fail for the developer user.
I have localized the problem to this error:
When it is called with
sudoit works: