Unable to update certain flatpaks - Remote Fedora not found

when rebasing from Fedora Silverblue to UBlue (like i did yesterday, due to not being able to boot back in) i now have the following messages appear when running "flatpak update":
[tsubajashi@tvp-desktop-oci ~]$ flatpak update
Suche nach Aktualisierungen …
Unable to update app/org.gnome.Calculator/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Calendar/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Characters/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Connections/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Contacts/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Evince/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Extensions/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Logs/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Maps/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.NautilusPreviewer/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.TextEditor/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Weather/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.baobab/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.clocks/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.font-viewer/x86_64/stable: Remote "fedora" not found
Unable to update runtime/org.fedoraproject.Platform/x86_64/f38: Remote "fedora" not found

Info: runtime org.kde.Platform branch 6.4 is end-of-life, with reason:
We strongly recommend moving to the latest stable version of the Plaform and SDK
Info: applications using this runtime:
com.obsproject.Studio

Nichts zu tun.
[tsubajashi@tvp-desktop-oci ~]$ flatpak update
Suche nach Aktualisierungen …
Unable to update app/org.gnome.Calculator/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Calendar/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Characters/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Connections/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Contacts/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Evince/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Extensions/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Logs/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Maps/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.NautilusPreviewer/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.TextEditor/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.Weather/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.baobab/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.clocks/x86_64/stable: Remote "fedora" not found
Unable to update app/org.gnome.font-viewer/x86_64/stable: Remote "fedora" not found
Unable to update runtime/org.fedoraproject.Platform/x86_64/f38: Remote "fedora" not found

Info: runtime org.kde.Platform branch 6.4 is end-of-life, with reason:
We strongly recommend moving to the latest stable version of the Plaform and SDK
Info: applications using this runtime:
com.obsproject.Studio

Nichts zu tun.
can i just ignore this, or what could the problem be?
8 Replies
dreamyuki
dreamyuki9mo ago
you can remove those apps and replace it from flathub or adding back fedora flatpak remote
termdisc
termdisc9mo ago
Fedora Silverblue and Kinoite use the Fedora repos by default, so that's why you have those packages pre-installed from that repo
Tsubajashi
Tsubajashi9mo ago
i assume
flatpak remote-add --if-not-exists fedora oci+https://registry.fedoraproject.org
flatpak remote-add --if-not-exists fedora oci+https://registry.fedoraproject.org
is the correct approach to get the fedora flatpak remote back? sounds tedious to remove all of them and switch to flathub for those so i guess that would be the best approach for the time being
termdisc
termdisc9mo ago
check to see if it's already there but disabled:
No description
termdisc
termdisc9mo ago
this is in gnome software
Tsubajashi
Tsubajashi9mo ago
i only have the testing one, not the normal one
No description
termdisc
termdisc9mo ago
then yes, do this
Tsubajashi
Tsubajashi9mo ago
gotcha, thank you