

Hmm I’m using it on Bazzite with KDE, which is based off Fedora 42 atomic. I haven’t really noticed any issues with it, though I haven’t printed anything in awhile
Hmm I’m using it on Bazzite with KDE, which is based off Fedora 42 atomic. I haven’t really noticed any issues with it, though I haven’t printed anything in awhile
I use PrusaSlicer from Flathub. I was using PrusaSlicer on Windows before switching to Linux. I’ve been using it since the original Slic3r stopped getting updates. Because it’s available as a flatpak it should work on pretty much any distro and immutable distros
As someone unfamiliar with Incus is this kinda similar to Proxmox? I would love an immutable version of Proxmox. This seems pretty cool
Bazzite has a KDE version too. I think it is more popular then the GNOME version of bazzite actually. At least according to the results of the latest steam survey
I’ve seen a lot of comments online of people saying they’ll leave Windows 10 once SteamOS has general availability. I fear that’ll lead them to having a bad experience with Linux because they’ll be expecting a desktop OS but instead receive an OS that turns their computer into a console. There’s a couple features Bazzite has (like printer drivers) which you might want on something replacing Windows 10 but you probably don’t care about if you have a handheld or a steam machine
Bazzite doesn’t have this issue. Waydroid actually comes pre-installed as part of Bazzite
I’ve been running Bazzite for months and I have extremely happy with it. I switched from Windows and only use Windows for SteamVR now. I use atomic distros almost exclusively now.
If you like to customize and tweak everything about your OS than an atomic distro probably isn’t for you. You probably want something like Arch.
If you need/want an OS that is incredibly reliable at the cost of disk space and customization, than an atomic distro might be for you. The main thing an atomic distro provides that a traditional one can’t is reproducibility. Since the distro is a base image with packages layered on top you should be able to repeat those steps and arrive at the exactly same image. The system partition is then made immutable so that it stays in this reproducible state. This prevents users modifying system files and creating a unique system that can’t be reproduced. This should make bugs easier to track down because each install of the distro is always identical. You can still add packages by layering them on top (think of each package you layer as another “step” in the image build process. By tracking the steps you have added it keeps the image reproducible). Its pretty similar to how a dockerfile works.
Bazzite also keeps the previous version of the OS, so if an update fails you still have a working computer. Like others have said you can create snapshots on traditional distros so this isn’t really a unique feature, but it is nice it has it by default. I swear Bazzite also used to have A/B partitions as well which is really nice if your OS somehow gets corrupted, but my computer doesn’t seem to have them anymore.
The other nice thing about an atomic OS is because it locks down your system partition the main way to install applications is either flatpaks or appimages. These use more disk space but should always have the correct dependencies (which fixes another whole class of errors). You can also use flatpaks or appimages on a traditional distro but an atomic one enforces it. If you can’t install an application as a flatpak or appimage you can use package layering or distrobox to install it. Distrobox allows you to have a traditional distro in a container and integrate its applications into your main atomic OS. If something goes wrong with the container you can delete it and rebuild it without affecting your OS. You can also have a different container for each app so if something happens to one container you don’t lose all of your distrobox apps. Also something you could do on a traditional distro but don’t need to.
All of this leads to a really stable base os and the main advantage of an atomic OS: You should always be able to boot your computer. The downside is everything you install needs to be in a container so that if it causes an issue it doesn’t affect your base os booting.
This reminds me of Proxmox and how you really shouldn’t modify the host because you risk making your system unbootable and jeopardizing your containers and vms. Its much safer to have a stable, solid base and do riskier stuff in container or vm that can fail and be rebuilt. Proxmox would actually probably be a good candidate for an atomic distribution.
I’ve never really understood the argument against headphone jacks. I can still use Bluetooth headphones with my phone. I can also use wired headphones and aux cables on my phone. Why would you want less features
If this had cellular connectivity it could actually be a pretty cool phone. The battery life is probably good too
I just got a steam deck and I’m surprised how well it runs games. It’s not quite as refined as a switch but it can run games were designed to run windowed in Windows with a mouse and keyboard. It can translate the game to run on Linux, the inputs to a gamepad and convert the game from being windowed to fullscreen. It’s impressive and if the games were actually designed for the deck I feel like it could feel as seemless as the switch.
It is really making me consider Linux for my desktop once Windows 10 reaches EoL. The only game I’ve found that doesn’t work is Destiny 2. Even the desktop mode on the deck is surprisingly nice
Ubuntu 12.04. I really tried to use it as a daily but wine wasn’t as good back then, a lot of apps I wanted to run were also platform specific. If a package wasn’t in your distros repo you had to try and build it from source which was really difficult for someone just trying to start with Linux. I tried again with Ubuntu 16.04 and it was better but still wasn’t quite there.
Fast forward to now and I’m actually dailying Bazzite 42. I’m not sure if wine has just improved a ton or proton has helped out a lot but windows compatibility has improved so much in the last decade. As much as everyone hates Electron for being heavier than native apps I would prefer an Electron app over no Linux version. Actually a lot of the apps I want to run now ship Linux versions so I don’t even need wine for most things.
Flatpaks and appimages with Gear Lever have made installing apps on Linux as easy as Windows and MacOS. It might not seem like it but it’s come a long way