On Sun, Jan 04, 2026 at 03:43:41PM +0200, Luc Lan wrote: > I would like to post a pgp post, and I got the following error "PGP has not > been set up (can't open /home/user/.gnupg/pubring.gpg)"
For gpg tin looks for pubring.gpg/pubring.kbx in $HOME/.gnupg, which is the gpg default directory. For gpg this can be changed e.g. via GNUPGHOME. If so, tin doesn't find the directory anymore. Check $GNUPGHOME. In addition, you can verify that gpg finds your key via % gpg --list-secret-keys This should print your key and in the very first line one can see the location, on macOS this looks like this on my machine | /Users/dennis/.gnupg/pubring.kbx | [...] Dennis _______________________________________________ tin-users mailing list [email protected] http://lists.tin.org/cgi-bin/mailman/listinfo/tin-users
