Fedora Flathub Selection installs instead of Flathub

Hi!

On a fresh Silverblue install, not opting-in for third party repositories after installation, i tried to add Flathub remote following official instructions. Both flatpakrepo file and command line methods install Fedora Flathub Selection (and it is named that way in Software sources, and on application pages’ sources too) instead of the usual Flathub. It seems that it’s not actually a filtered Flathub, but for some reason it is still named that way.

Is there a way to check that? Maybe search for some app not available through filter? Is it a bug?

Use flatpak remotes to list all available flatpak “repos”.

If only the “real” Flathub is enabled, it should look like this:

$ flatpak remotes
Name    Optionen
flathub system

With fedora remote it looks like this:

$ flatpak remotes
Name    Optionen
fedora  system,oci
flathub system

I don’t have the fedora filtered flathub anymore. But with flatpak remote-delete you can remove all and then add just flathub:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
1 Like
1 Like