@tea @asie > I want automatic updates for those applications (whenever I decide to run flatpak update) instead of them doing their own update checks and bothering me with popups on startup.
package managers solved this decades ago, though?
"i want automatic updates for those applications (whenever i decide to run {apt update, dnf upgrade, pacman -Syu}) instead of them doing their own update checks and bothering me with popups on startup"
in that regard, flatpak is just another package manager. (yes appimages suck but appimages aren't packages and they don't really have a good way to manage them or integrate them with your system)
> why is barely anyone building .flatpaks for their releases
more effort than just providing sources and letting people / distros build it for themselves? flatpak also forces sandboxing on you so all your dependencies need to be in flatpak as well. (one practical example is the obs studio flatpak not working with blackmagic decklink drivers)