Firefox on Debian stable is so old that websites yell at you to upgrade to a newer browser. And last time I tried installing Debian testing (or was it debian unstable?), the installer shat itself trying to make the bootloader. After I got it to boot, apt refused to work because of a missing symlink to busybox. Why on earth do they even need busybox if the base install already comes with full gnu coreutils? I remember Debian as the distro that Just Wroks™, when did it all go so wrong? Is anyone else here having similar issues, or am I doing something wrong?
I use debian headless as a server never had any issues but then again pretty much any linux system is gonna be a decent server since everything is containerised now.
Arch is where the cool kids put in the work these days. Their philosophy of downstream packages untouched results in fewer problems and easier maintenance. Why would anyone be a package maintainer for Debian? It’s a thankless task, and hard
the work amount of backporting fixes which ARE already fixed in newer versions is also insane
thats one of the reason why Arch Linux sticks to stable upstream versions, backporting is just not feasable on smaller teams
I have been an Arch user for years now and anytime I touch a debian based distro it is such a headache: weird patched packages that don’t compile anything past or present, insta dependency hell with PPAs, package names of 200 characters because apt doesn’t have a good way to represent metadata… It made me a strong believer that trying to fight the bit rot and stick to the old stuff is counterproductive: a consistent head based development with a good community fixing bugs super quickly results in less hours of work fighting the paleolithic era dependencies, safer (as security fixes are faster to get in, packages are foreign to hackers and constantly changing etc), easier to find documentation as you don’t need to dig into history to find which option existed or not, recent stuff is also easier to support for the developers of the various packages as it is fresh in their minds. Another point is to look at it from a tech debt lens: either you fix your stuff to work with current deps now or you just accumulate tech debt for the next engineer to fix in a way larger and combining a mountain of breakages in the future that of course IT and SREs will never want to do until the 15y old software is a disaster of security issues…
I’m considering moving to Debian Stable plus Flathub for graphical desktop packages like Firefox, it works well on the Steam Deck. SteamOS also provides Distrobox which helps in some cases.
Flatpak is awesome, I love it so much. It lets users pick a distro based on the unique features that distro provides, without having to worry about whether their favourite apps are packaged. Since you’re considering switching to debian+flatpak, here is a list of pitfalls I’ve run into in flatpak so far, maybe this can save you some troubleshooting:
- You need to have a thing called an “xdg dekstop portal” installed. Otherwise filepickers will be broken. On Debian this should be a dependency of flatpak, so it should be installed by default tho.
- If you’re manually restarting Xorg without using a display manager, make sure the xdg desktop portal process doesn’t get started twice. Otherwise it will be broken
- As far as I understand, there’s no way to use xdg desktop portal to forward an entire directory through to a flatpak’d app, unless the app itself asks specifically for a directory. So stuff like opening a
.html
file that references a.css
file in the same directory with a flatpak’d browser will be broken, unless you manually make an exception using Flatseal orflatpak override
. - Make sure your root filesystem is mounted with “shared” propagation, otherwise
umount
commands won’t propagate into flatpak’s sandbox, and drives will get stuck in a weird state where they’re mounted in some namespaces, but not others. This should be the default in Debian tho. - If flatpak’d Firefox has ugly bitmap fonts, follow this workaround
Anyway, this is just my experience running Flatapk in Void, hopefully it works smoother for you on Debian.
You are literally describing the idea of Debian. Yes, stable is old, but that is the whole purpose. You get (mostly) security updates only for a few years. No big updates, no surprises. Great for stuff like company PCs, servers, and other systems you want to just work™ with minimal admin work.
And testing is, well, for testing. Ironing out bugs and preparing the next stable. Although what you describes sounds more like unstable, the one where they explicitly say that they will break stuff to try out other stuff.
So, everything works as intended and advertised here. If you want a different approach to stability, I guess you will have to use a different distro, sorry.
I guess when you last tried it, it was at a time when a new stable came out, so testing was more or less equal to stable.
About the firefox: It ships Firefox ESR these days, meaning you get an older, less often updated tested firefox (with security updates, of course). Again, this is the whole point. Less updates, less admin work, more time to find and fix bugs. Remember the whole Quantum add-on mess, for example?
As others have said, you can install other versions of firefox (like the “normal” one) via flatpak, snap… nowadays. The same goes for other software, where you would need the newest and shiniest version sooner. I’m using debian on my work/uni laptop and a bunch of servers, and it works pretty well for me.
This is why Debian is my server of choice, and my work desktop of choice.
OP, There are some flavors of Debian out there that are more rapid release, like LMDE, Siduction, Sparky, even Kali (though I wouldn’t recommend Kali as a primary desktop personally). Some based on Sid, some based on Testing.
Ever considered LMDE? Best of both worlds if you ask me.