GNOME Bugzilla – Bug 444259
Seahorse do not build against gnupg 2.0
Last modified: 2007-06-06 14:56:03 UTC
Please describe the problem: In configure.in it is only mentioned gnupg 1.2 and 1.4. On webpage you have mentioned 2.0 as well. It builds ok with gnupg 2.0. If: - It works with gnupg 2.0: Please add it to configure.in - It do not work with gnupg 2.0: Please add support to it Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 89440 [details] [review] seahorse-gnupg-2.0.patch Simple configure.in patch. I'm testing it but it looks like it works
Try the patch in bug 375062 it was applied and then removed later. Also make sure you don't have 1.4.x installed and verify whether or not a link from gpg2 to gpg needs to be made (try exporting a complete secret key).
1. I don't have gpg other then in version 2.0 2. How do I export a complete secret key?
Double click on one of your keys on the My Personal Keys tab, the first one, go to the details tab, click the export button.
I've done it twice successfully. It export both - public and private keys. I have no plugin in epiphany but I don't think it is connected with gnupg(rather beta versions)...
2007-06-06 Adam Schreiber <sadam@clemson.edu> * configure.in: * libseahorse/seahorse-gpg-options.c: Re-enable building with gpg-2.0.x. Fixes bug #444259