Hi, for about the last week I get errors from some flatpak commands:
% flatpak install org.kde.elisa
Looking for matches…
F: An error was encountered searching remote ‘flathub’ for ‘org.kde.elisa’: Unable to load summary from remote flathub: Signature made Sun 21 Jul 2024 03:05:33 PM PDT using RSA key ID 562702E9E3ED7EE8
Can't check signature: public key not found
Installation does proceed successfully. This is version 1.15.8 on Fedora 40. Adding --verbose gives a little more info. It looks like flatpak makes a second request to load a different “optional summary index” from flathub:
...
F: Fetching summary index file for remote ‘flathub’
F: Loading https://dl.flathub.org/repo/summary.idx using curl
F: Received 10001 bytes
F: Loaded indexed summary file be774bf4dbc268ee9d525eccffcbb647a724d152a58a174575b0300fd6b8cdd6 from cache for remote ‘flathub’
...
F: Fetching summary index file for remote ‘flathub’
F: Loading https://dl.flathub.org/repo/summary.idx using curl
F: Received 10001 bytes
F: Loading https://dl.flathub.org/repo/summaries/0bb07ce1ea4370a3658628ec315b068ded6227add7b0369115b259eb10aaf91d.idx.sig using curl
F: Received 592 bytes
F: Failed to download optional summary index: Signature made Sun 21 Jul 2024 03:05:33 PM PDT using RSA key ID 562702E9E3ED7EE8
Again, commands succeed, but I wonder what the problem is, maybe some invalid cached item, or an expired key? I ran flatpak repair with no issues. Here’s the flathub section of my /var/lib/flatpak/repo/config:
[remote "flathub"]
url=https://dl.flathub.org/repo/
gpg-verify=true
gpg-verify-summary=true.
xa.title=Flathub
Thanks. Flatpak is ![]()