timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

yumex-dnf fails when there are new GPG keys for a repo #71

Closed pablaasmo closed 9 years ago

pablaasmo commented 9 years ago

When CLI version of dnf encounters a new GPG key for a repo it offers to import it. yumex-dnf fails with an error message. It should have popped up a message window and ask for permission to import the new key.

example from CLI dnf:

warning: /var/cache/dnf/rpmfusion-nonfree-updates-031b4488fbcdfcb3/packages/rpmfusion-nonfree-release-23-0.1.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID 5ca6c469: NOKEY Importing GPG key 0x5CA6C469: Userid : "RPM Fusion nonfree repository for Fedora (23) rpmfusion-buildsys@lists.rpmfusion.org" Fingerprint: 15B9 D223 C819 BF69 86A6 F203 D26D EA72 5CA6 C469 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-23 Is this ok [y/N]: y

pablaasmo commented 9 years ago

yumex-dnf_error_importing_keys

This picture shows error message when there are new keys.

timlau commented 9 years ago

I will look into this, this used to work, so something must have broken it.