https://s3kshun8.games/blog/flatpak-won/

This should be mandatory reading for everyone invested in the Linux ecosystem, whether you leave feeling heard by or enraged by the author.
Gabe Newell Is Shitting Yacht Money into Flatpak and You're Still Arguing about Init Systems

S3kshun8's Lair
@asie I think this post is good in the wake of lots of maintainers of (gui) applications being against flatpak.
I want to run a simple command to install your application, and not download an appimage which likely never ends up leaving my downloads folder.
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.

I get that publishing to flathub is extra effort, but why is barely anyone building
.flatpaks for their releases, when it is "close" downloading and running an appimage?
@tea There are some programs which can't be published to Flathub, unfortunately. In particular, I'm thinking of Minecraft launchers, where old versions of the game don't run well on Wayland at all, while new versions of the game run worse on xwayland than native Wayland:

https://github.com/flathub-infra/flatpak-builder-lint/pull/935
add exception for com.moulberry.PandoraLauncher by fluoriteByte · Pull Request #935 · flathub-infra/flatpak-builder-lint

Needed to allow older versions of the game to launch

GitHub
Add warning when X11 is unavailable on linux · Moulberry/PandoraLauncher@1db9c06

Pandora is a modern Minecraft launcher that balances ease-of-use with powerful instance management features - Add warning when X11 is unavailable on linux · Moulberry/PandoraLauncher@1db9c06

GitHub
@asie but that's what I mean, why can't they put a flatpak in their release assets in addition to the appimage?
in this case I'd probably phrase the error differently since the issue is not the flatpak itself and you can enable the x11 socket yourself (I know we want to avoid the user having to do extra fiddling, but still)

flatpaks could just be a "one click installer" even without using flathub