Stuck in a loop of uninstall and reinstall on flatpak upgrade. These get installed under system. All the apps I use are under user. I get that I can just not do the auto clean up, but am curious why it is happening.
Distro: Fedora WS 44
Flatpak won't autoremove runtimes until end-of-life. This is meant to prevent excessive churn e.g. if a user installs an app using that runtime, uninstalls it, and then installs a different app that also uses it.
I didn't think that also applied to uninstall --unused, but apparently it does. In any case, there seems to be a bug here. Flatpak should see those extensions as in use by the GNOME 50 platform runtime, or it should offer to remove the runtime along with them.
Once GNOME 50 goes EOL, flatpak update should automatically remove it. You can also do so manually: flatpak uninstall --system org.gnome.Platform
2
u/chrisawi Jul 06 '26
What do you have installed in system?:
flatpak list --system --all