I’m currently looking for a new OS, coming from KDE neon and I like it, but the fact I have to FUCKING restart because someone decided to push an OS update that broke my previous install, now the OS freezes my whole PC (never did before!) and I have to restart.
I’m looking for good apps support so Debian? Idk Using it for daily usage (Android/games development) and gaming.
I’m also looking for:
- Wobbly windows (yes useless but cool lol)
- Good customization
- KDE connect support (a must)
- Krunner or equivalent (MacOS like search)
- Idk?
Thank you!
I can highly recommend Bazzite for your needs. It has a KDE version which is clearly your favorite Desktop Environment (DE), it’s extremely safe/stable due to being an Atomic distro (you can always boot into the previous image if a system update broke something), has incredible documentation, supports almost any traditional app through Distrobox (VPN requires rpm-ostree for now), has a scripted easy install of Waydroid for native android emulation, and has a few tweaks preconfigured to ensure the desktop gaming experience is a little more seamless out of the box than a stock distro. It really seems to tick all the boxes for what you’re looking for.
If you want more focus on development and less on gaming, the Universal Blue team also makes Aurora for more developer-focused workloads, but Steam not being included in the image does introduce some usability regressions - Steam running via Flatpak or Distrobox is just plain less capable than a native install, though work is ongoing to make native installs Just Work even on Atomic systems.
My only problem is I’m used to Debian and I find arch/fedora/etc very confusing, do you have any tips/guide to help transitioning?
Have you ever seen Linux Journey? It’s a very informative set of tutorials on how Linux fundamentally works under the hood; all the separate systems that together create an operating system. The concepts you learn there will apply to almost any distro in some way, even if some distros (like Atomic ones) don’t let you mess with all of it.
For more top-level transition concerns, given that you’re coming from stock Debian running KDE… Bazzite can also run KDE, so provided you select KDE when you download it, your GUI experience should be pretty much identical. Some minor but important differences would include themes, but there are guides for that, too.
When it comes to package management, the intent on Atomic systems is you basically don’t install traditional packages (Flatpaks are the preferred option), but Bazzite has frameworks in place such that you can install pretty much any package from any distro, as laid out in their documentation I linked in my previous post and just now. Work is also ongoing to make traditional package-based software installations more seamless with an incoming switch from rpm-ostree to bootc, but that’s getting into the weeds. If you have a deb file for a GUI program that’s not available as a Flatpak, you’ll be using a Distrobox to install it.
If you have any specific concerns about the differences, let me know and I can hopefully give you more details.