

Thanks for the links! I think their wording on why they don’t want to open source the project is quite slimy when it just requires them to give ship users the source code tarballs alongside the binaries.
You shouldn’t need to cross compile, as they will provide the binaries for systems they support.
Well it’s unlikely a company would support every possible system in the world. The best one can do is using something like static linking/flatpak/nix. But that means not using shared libraries which can make software start slower. This would bother me for a daily-driver browser. I guess it does not bother nix users like you but I was thinking they would be potentially missing out on some Linux users. Maybe it isn’t really a significant portion that would care.
I felt ok with spending $10
I guess I would be too but in the context of their offerings, it’s kinda off-putting for me.
The problem with Linux is that most distributions suck for beginners. People recommend Debian/Ubuntu because they’re stable but that just means they don’t get updated, not that they won’t break. The obvious solution is to use Arch, which has the latest version of software and therefore does not break on new hardware. But that sucks too because Arch’s goal is not that your setup works either, it’s that you have the latest versions of software installed no matter the cost. OK, so I guess Fedora will be good because it’s somewhere in the middle. Fedora is better but their non-free codec stuff is not great for noobs either.
I think the best recommendation is Pop! OS because it has none of the above issues. You will still have outdated software but at least not outdated drivers. Just use the defaults, don’t change the desktop environment etc. If you install third party software in the
.deb
format, expect breakage when you eventually upgrade to a new release. Try to use flathub for that. Be aware that software on Flathub is user-submitted and may contain a virus. Check that it’s verified by a trusted source, not just some random person’s github website.Then there is OpenSUSE Tumbleweed which I guess is pretty good too but it’s hard to recommend to noobs because it’s sort of esoteric and because you cannot install
.deb
packages from the internet on it. Finally there are the atomic distros which have the same issues but at least they should break less likely. If you only need software from flathub and what’s available in the app store, they’re fine.idk why I wrote this but yes most distros don’t “just work”