GNOME Bugzilla – Bug 707690
Importing PGP key fails because seahorse tries to use gpg instead of gpg2
Last modified: 2017-01-23 22:55:43 UTC
I am using Gnome 3.8 on Fedora 19 I tried to import a public PGP key from a file Error message: „Import fehlgeschlagen: Kindprozess »/usr/bin/gpg« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)“ translation: "Import failed: could not execute child process »/usr/bin/gpg« (file or directory not found)" The reason is simple: My Fedora 19 has /usr/bin/gpg2 (gnupg2 2.0.x) installed and NOT gnupg 1.4.x which the importer tries to use.
It seems like Fedora is building things incorrectly, or choosing dependencies incorrectly. At build time we check for both gpg and gpg2. We use the path for the one that's available.
Ok, thanks a lot. Reported as https://bugzilla.redhat.com/show_bug.cgi?id=1005916.
Importing and managing keys on Fedora has been broken for going on 4 years now. @Stef, do you think you could pop over to the RedHat bugzilla ticket and give their package managers some pointers?