Topic: FireGPG Comment

How does FireGPG add a comment into a clearsign signature, and how could I edit it so I could add my own, like a link to my Public Key?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org


Dr Small

Re: FireGPG Comment

Try with a custom command, it's the --comment option.

Re: FireGPG Comment

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks!
That did the trick.

Dr Small

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://keyserver.ubuntu.com:11371/pks/l … A926FD8AF9
Comment: http://firegpg.tuxfamily.org

iD8DBQFHvGq8vJhQqSb9ivkRAob+AJ4xs1xhDvH88UtNPQ3Bjd/Fm0vTQwCeN1D5
Zo2r9BTPSgHaM83SO/tPNvA=
=ErHk
-----END PGP SIGNATURE-----

Re: FireGPG Comment

No problems, here to help wink

Re: FireGPG Comment

Is there a trick that let's me add spaces to the comment? I've figured out how to just add {URL}, but it seems that no arrangement of single or double quotes let's me add the comment: "Public key available at: {URL}". Obviously I'm missing something... smile

Edit: I should add that I'm using WinXP Pro SP3, which could be throwing it a few curve balls.

Thanks,
Christo

Last edited by ChristoFogelberg (2008-08-27 22:46:47)

Re: FireGPG Comment

Try to escape them with \ , but I depend of a lot of things wink

Re: FireGPG Comment

Thanks... there's been some progress smile

The command:
--comment \"Public key available at:  http://www.syntilect.com/cgf/publickey\"
produces:
Comment: \\Public key available at: http://www.syntilect.com/cgf/publickey\
as output.

So I guess that something funny is going on with how the strings are escaped and unescaped. I've tried dotting extra backslashes around, but no luck so far. Similarly, the command:
--comment \"// \t \t Public key available at:  http://www.syntilect.com/cgf/publickey \t \t //\\\"
produces:
Comment: \\// \\t \\t Public key available at: http://www.syntilect.com/cgf/publickey \\t \\t //\\
as output.

Finally, trying something like --comment \"..." was a bit of an exercise.

This produced a crash that requires a complete restart of FireFox. Once you've done this, Firefox is fine, but you can't modify any of the options for FireGPG, and so I couldn't remove the offending extra command line option... Restarting FireFox again doesn't resolve the issue, neither does uninstalling and then reinstalling FireGPG. The eventual solution was to manually edit things in about:config.

So I'll file this as a bug, although it might be a couple - the escaping/unescaping probably isn't major, the other one who knows smile

Also, I've noticed that whenever you put in an extra command line argument that makes FireGPG barf then FireGPG loses track of the preferred private key for signing, and you can't choose it in the options window because it (they all, I only have one private key on my computer) disappear. Restarting your browser puts it back in the list though so it's not a problem really smile

Christo

Re: FireGPG Comment

So.

Firefox crash is not our fault (if you're not using the 0.5). And yes, firegpg can stop working when you use this field, did you read the warning one line before the input box ? wink. And yes, about:config is the solution...

If you use only "tralala poum", what happen ? dans if you try tralala\ poum ?