On 11/15/2016 12:35 PM, Christopher wrote:
I had a similar issue with git. I had to set my gpg.program to gpg2 for things to work correctly. Fedora ships with both gpg and gpg2. Most things seem to work fine out of the box with gpg2, but many apps call "gpg" instead of "gpg2". It looks like that's the case with the default value for fossil's pgp-command setting: "gpg --clearsign -o ". You can probably change that to "gpg2 --clearsign -o ".
If gpg is hard coded into the program, that won't work, but a symlink will, and may be easier if there's more than one program having trouble. Just a thought.
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx