UN*X Note

just some geek's notes. Placed here in case, I forgot or someone else didn't know...

So GnuPG 2.1 fucked up your secret keyring...

Yes, that's what it does :(

Luckily there's a fairly quick fix:
get a console and:

cp -rv .gnupg gnupg.OLD
gpg -export-ownertrust > otrust.txt
gpg --import .gnupg/secring.gpg
gpg --import-ownertrust otrust.txt
rm -r gnupg.OLD