57

I recently set up Bazzite on my friend's system after switching from Linux Mint due to some Nvidia driver issues. Although the hardware problems are not there anymore, the distro is now facing problems installing certain programs for software development that they had no problem installing in the previous distro. I think there are issues related to the immutability of the distro, though I am not sure since I am new to Linux too. Additionally, my friend is worried about higher storage consumption and slower performance in certain applications.

I realise the distro is primarily meant for gamers and my friend is not much of a gamer themselves, however they told me they appreciate its friendlier KDE interface so I wish to avoid switching from this distro again if possible. However I fear that they may encounter more errors in the future and that I may not be available to help them out whenever needed, so I am in a bit of a conundrum.

Thus I intend to ask here if it is possible to arrange something for easing development related tasks e.g. VM, distrobox etc. or whether it is easier to simply switch to some other compatible distro.

top 50 comments
sorted by: hot top controversial new old
[-] rozodru@pie.andmc.ca 63 points 3 weeks ago

I....I don't understand. Why would you use Bazzite for software development and not gaming when user is not a gamer but just likes KDE?

you can literally put KDE on anything. Bazzite isn't friendly to installing anything that isn't a flatpak or whatever.

Just use a different distro. you don't need Bazzite. Switch them to like Fedora KDE or something.

And to people in this thread trying to push a camel through a pin hole...why? you're talking about setting up VMs and Distroboxs or just using flatpaks on Bazzite when the most painless solution is to just switch distros.

You picked the wrong distro, just switch them to something more appropriate for what they want to do.

[-] GenderNeutralBro@lemmy.sdf.org 24 points 3 weeks ago

I'm a software developer first and a gamer second. Being a "gaming" distro does not detract from anything else, really. It just means that getting proper GPU acceleration is easy, and you're likely to want that for development too. That was actually why I chose Bazzite. I was tired of wrestling with CUDA and ROCm.

It's not "gaming" vs "developing". That's a false dichotomy.

The real choice is immutable vs traditional. And I'll admit, immutable distros have a big learning curve. But it forces you to learn techniques that will make your life easier no matter where you go. The time I spent wrestling with dependencies on Debian or Ubuntu or OpenSuse just because I didn't know about Distrobox...

Unless your needs are very narrow and unchanging, you're likely to run into something that's a giant pain in the ass no matter which distro you choose. I used to use Ubuntu LTSR so I could install a few big things in easy mode, but it made everything else harder because it was so outdated. Switched to OpenSuse Tumbleweed and everything was modern but those few vendors don't support it so I had to wrestle with dependencies.

The answer to this problem is Distrobox. It's the answer on Ubuntu, it's the answer on OpenSuse, and it's the answer on Bazzite. I'm never going back to dependency hell because I can just run everything the environment it is specifically designed for.

If you're wondering "should I use distro X, Y, or Z", the answer is simply "yes". :D

[-] Sh0ckw4ve@lemmy.world 5 points 3 weeks ago

This is me and i second all of this

[-] Damage@feddit.it 4 points 3 weeks ago

Yeah, I don't understand OP's post, in good part because it's really not saying anything, just mentioning some vague "problems!", what are those problems, that distrobox can't handle?

[-] theoneandonlyeggboi@lemmings.world 10 points 3 weeks ago* (last edited 3 weeks ago)

He fell for the memes.

[-] krooklochurm@lemmy.ca 7 points 3 weeks ago

To give some context to this.

Bazzite is an immutable distro. Fedora calls them atomic. It means many many things are only really updatable online, and you arent allowed to make manual changes to them. Hence immutable.

Bazzite is a very bad choice if you want the same kind of use you'd get out of a windows or mint machine, or any other non atomic distro.

The shitty news here is if you want a machine you're doing software dev on you're going to need to figure out the nvidia driver shit, which is a pain in the ass but if you're a software developer you should be able to do it.

[-] lambipapp@lemmy.world 5 points 3 weeks ago

Or just go with a arch derivative that packages Nvidia driver like endeavorOS

load more comments (6 replies)
[-] FooBarrington@lemmy.world 4 points 3 weeks ago

The shitty news here is if you want a machine you're doing software dev on you're going to need to figure out the nvidia driver shit, which is a pain in the ass but if you're a software developer you should be able to do it.

The dev-focused atomic Fedora variants solve all Nvidia issues for you, there's no reason why you should trouble yourself with it.

load more comments (1 replies)
load more comments (10 replies)
[-] chickenf622@sh.itjust.works 25 points 3 weeks ago

I'm sorry to say this, but switching distros would be the better option. Bazzite locks down a lot of parts to ensure it works for games. There's ways around it, but the effort is so much more compared to any other popular distro. Plenty of distros either come with KDE or have a version that has KDE.

[-] Telorand@reddthat.com 33 points 3 weeks ago

Bazzite locks down a lot of parts to ensure it works for games.

This is not entirely correct. It's a feature of atomic distros in general. Bazzite doesn't lock anything down any more than its upstream Silverblue and Kinoite parents do, it's just that most of the system files have been set to be immutable to ensure repeatable and standardized deployments.

This is great for scalability and ensuring the most uptime. Not so great if you want to do a lot of system tinkering.

The other issue is that a lot of existing software needlessly installs itself globally, rather than making use of the user's local access. It's a paradigm that needs to change, since most software doesn't need access to most of the system directories to function.

[-] chickenf622@sh.itjust.works 4 points 3 weeks ago

Does it show I've never used an atomic distro before?

[-] Telorand@reddthat.com 9 points 3 weeks ago

We all have different knowledge bases. You were close, I was just providing a little more clarity. No snark meant or intended!

Have a nice day!

load more comments (1 replies)
[-] anon5621@lemmy.ml 15 points 3 weeks ago* (last edited 3 weeks ago)

ujust setup-virtualization, distrbox ,homebrew are ur friends

[-] jlow@discuss.tchncs.de 11 points 3 weeks ago

Yeah, I thought one of the main reasons to use distrobox and the likes is for dev work having cleanly seperated environments.

[-] GenderNeutralBro@lemmy.sdf.org 14 points 3 weeks ago* (last edited 3 weeks ago)

On bazzite, your search order for apps/packages should be something like:

  1. Flathub
  2. ujust. This is more for general configs than specific apps, but take a look at what it offers.
  3. Homebrew
  4. Distrobox
  5. Podman/Docker images
  6. rpm-ostree

rpm-ostree is a last resort because it compromises the "atomic" principle of the system, but in a pinch it will give you access to anything you could get with dnf on a regular Fedora install.

Don't sleep on Distrobox. I have a Debian box so I can run Signal from its official repo and install Geany with both GUI and CLI support. Once you export applications from distrobox they behave like first-class citizens within your desktop.

I strongly recommend trying Distrobox. If you instead hop distros, you're going to find yourself in a similar situation eventually, where something is unreasonably difficult. That's why Distrobox exists; so you can get the best of all worlds.

[-] Damage@feddit.it 6 points 3 weeks ago

Agree on distrobox and I'd put it before homebrew

[-] Hazzard@lemmy.zip 5 points 3 weeks ago* (last edited 3 weeks ago)

Just for further context, here's the docs page advocating for approximately this order of priority for installing stuff. I found myself returning to this page a lot when getting to grips with Bazzite as my first immutable distro.

[-] jlow@discuss.tchncs.de 13 points 3 weeks ago

Maybe rebase* to

https://docs.getaurora.dev/dx/aurora-dx-intro/

before nuking and going a classic Linux distro like others have suggested?

(Personally I'm not sure if I could go back to non-atomic, having the option to just boot the old image if after an update sleep mode is borked or something is just too good.)

[-] Telorand@reddthat.com 7 points 3 weeks ago

This is what I would suggest, as well. Rebasing is one of the best features of atomic distros.

[-] Eggymatrix@sh.itjust.works 10 points 3 weeks ago

Actual professional software developer here with 10 years of experience. I work on linux for linux targets.

You wanna play around? Use whatever you want with the latest and greatest packages and tweaks, you will encounter issues, learn how to solve them, that is for fun.

You wanna work? Use a serious distro with proven stability, I use debian for example. Yes installing nvidia drivers is a touch less user friendly than on bazzite, but when I update I don't have surprises and when I boot up in the morning i don't have to wonder if today will be debugging and coding for my product or for the damn tool i am using to develop it.

[-] avidamoeba@lemmy.ca 7 points 3 weeks ago* (last edited 3 weeks ago)

As another software guy, I second this advice. Resolving a driver issue on Debian Stable or a Debian-based distro (for example) is typically much easier and would cause many fewer problems down the road than going to a less predictable OS to solve a driver problem. The underlying OS contains so much more software than a driver that the likelihood of introducing problems when changing the OS is way higher. I used to solve hardware issues by changing OS back in the 2000s when I didn't know any better. Once I learned enough to keep a stable base OS and modify just the bits that need modifying, I stopped reinstalling. My main machine was last reinstalled in 2014. It's been running Ubuntu LTS since then.

[-] curbstickle@anarchist.nexus 3 points 3 weeks ago

I use debian for example

There are dozens of us!

(Deb stable is all I work on. Everything else is what I play around on.)

[-] Eggymatrix@sh.itjust.works 5 points 3 weeks ago

The point is there are much more of us, than gamers on bazzite or enthusiasts on NixOS. The tons of institutional debian and rhel users offset the gamers and experimenters. I want to work, not be the offloaded qa of someone else. So i will not use fedora for work for example. I will also not run a non mainstream distro, for the same reason.

[-] curbstickle@anarchist.nexus 2 points 3 weeks ago

Oh well aware, just making a joke since you mostly see people comment that they run arch or bazzite or nix or whatever while around and about on here. The reality is just as you say, there are many, many, many folks on Debian stable.

[-] Telorand@reddthat.com 4 points 3 weeks ago

So what I hear you saying is: install PikaOS, a Debian-based gaming distro.

(h/j 😉)

[-] Zangoose@lemmy.world 2 points 3 weeks ago

If you want to do both at the same time without knowing which side any given task will fall under use NixOS

[-] Eggymatrix@sh.itjust.works 3 points 3 weeks ago

Or have a pc for work with the most stable and boring distro possible, and a pc for the rest with a real os, like arch. Or if only means for one pc dualboot.

So no, i disagree. NixOS is not stable nor proven in my book, it certainly is a good idea though. If it still is around in 5 or so years i'll consider giving it a shot.

load more comments (2 replies)
[-] arcterus@piefed.blahaj.zone 2 points 3 weeks ago

I like the idea of NixOS and Guix System, but to recommend them to someone new to Linux is crazy.

load more comments (1 replies)
load more comments (2 replies)
[-] orvorn@slrpnk.net 9 points 3 weeks ago
[-] Kirk@startrek.website 4 points 3 weeks ago

This is the right answer OP!

[-] just_another_person@lemmy.world 8 points 3 weeks ago* (last edited 3 weeks ago)

Actual Developer and 20+ year Linux expert.

Don't use immutable distros for development work. Hands down.

If you're expecting the normal workflow of being able to install any tool or library you want without jumping through hoops...that ain't immutable distros.

If you're new to Linux as well, you're going to have a bad time.

[-] hunger@programming.dev 6 points 3 weeks ago

Actual developer and 30+ years Linux expert.

Don't use anything but immutable distros for development work. Hands down.

Just develop in containers and have one container per project. Doing anything else will lead to broken projects as you can not properly control dependencies per project otherwise.

It is not harder to work in a container than on the real system.

load more comments (10 replies)
[-] JustEnoughDucks@feddit.nl 7 points 3 weeks ago

Hey, something I can maybe help with.

Flatpak IDEs on the main system are not very useful for development. I got rid of mine entirely. I am developing firmware so it might be a bit different from your case, but what I did in have a single arch distrobox where I could install everything embedded-dev-related that had to work together (JLink, nordic tools, code-oss, etc...) on that. Then a few standalone debugging tools like STLink and Saelae logic2 could be installed to the home folder by default and Code could still find them from the distrobox (but they could be installed in the distrobox also). It doesn't even need to have an init system, but I ran into a few problems like having to manually chmod usb devices to give STLink access. Udev rules are also hit or miss in /etc/udev/rules.d, e.g. the STM udev rules just don't work, but nordic does.

High storage consumption is likely negligible (or at least nitpicky) since storage is so cheap nowadays. Your SSD doesn't care if it has 15GB or 20GB of system programs, especially when development codebases and SDKs, games, and media will likely make up 90% of space and almost never share libraries even on traditional systems.

[-] giacomo@lemmy.dbzer0.com 5 points 3 weeks ago

there is a bazzite-dx image that may be more accommodating to software developers. though, bazzite and the bootc/atomic distros are more geared towards containerizing software as opposed to installing a bunch of packages to the system.

distrobox and devcontainers may work for their use case but they would likely need to learn more about what that would entail.

generally people seem to like the atomic distributions once they understand them. i know I prefer them.

load more comments (1 replies)
[-] Skullgrid@lemmy.world 4 points 3 weeks ago

I realise the distro is primarily meant for gamers and my friend is not much of a gamer themselves, however they told me they appreciate its friendlier KDE interface so I wish to avoid switching from this distro again if possible.

KDE lives on probably every single version of linux, most downloads have an option to have it as a pre-loaded download version (https://kubuntu.org/ , https://fedoraproject.org/kde/ , etc : https://community.kde.org/Distributions )

Even if your chosen version doesn't come with KDE, you can usually rip out the existing UI, and install KDE through the package manager.

[-] l3db3tt3r@piefed.social 4 points 3 weeks ago

Check out the 'dx' variants within universal blue It would be a good time to become familiar with rebasing.

I run bluefin-dx environment. (gnome).

There is a different learning curve to immutable/atomic systems and workflows. I don't think it's harder per say, it's just you'll have to be cognizant of the differences when searching for relative and relevant information when you come up against anything (like any opinionated *nix distro). Learn Homebrew, and Flatpack (and thier quarks running with atomic systems).

load more comments (1 replies)
[-] dan@upvote.au 4 points 3 weeks ago* (last edited 3 weeks ago)

If they want to try new distros, maybe try Fedora with KDE? Installing the Nvidia drivers isn't too difficult.

For RTX 20 series and above, it's recommended to use Nvidia's open-source drivers. The instructions for how to switch on Fedora are here: https://rpmfusion.org/Howto/NVIDIA#Kernel_Open. Note that this is not Nouveau, which is a different open-source Nvidia driver not made by Nvidia themselves.

load more comments (1 replies)
[-] JakenVeina@midwest.social 3 points 3 weeks ago

Are you me and your friend is also me?

This sounds a HELL of a lot like my scenario. I swapped to Bazzite from Mint on account of NVidia/gaming issues, and IMMEDIATELY noticed a big improvement, but I've had a handful of issues dealing with the flatpak of JetBrains Rider, and Firefox for that matter.

One thing I figured out early was to configure permissions to allow Rider to access the filesystem outside of its sandbox. That seems to be not something that flatpaks are setup for, by default.

More recently, I found that flatpak sandboxes don't inherit PATH or other global system variables. Which makes sense, but I haven't figured out the solution yet.

I would definitely take a shot at another KDE distro, cause I also have liked KDE/Plasma (that's what Bazzite runs, right?) more than I did Cinnamon, but I don't know anything about what Bazzite does to get great NVidia performance for gaming, or how I might replicate it on a non-immutable distro.

[-] Tlaloc_Temporal@lemmy.ca 3 points 3 weeks ago

I've had decent results running jetbrains IDEs from a Fedora Toolbx, probably doesn't have to be fedora though. You just have to start them from a toolbox terminal.

[-] artyom@piefed.social 2 points 3 weeks ago* (last edited 3 weeks ago)

the distro is now facing problems installing certain programs for software development

What programs? What kind of errors?

I think there are issues related to the immutability of the distro

Unlikely. That only applies to the OS partition.

they told me they appreciate its friendlier KDE interface so I wish to avoid switching from this distro again if possible

Pretty much every distro will have KDE Plasma optional.

Thus I intend to ask here if it is possible to arrange something for easing development related tasks e.g. VM, distrobox etc. or whether it is easier to simply switch to some other compatible distro.

Hard to say without knowing what the problem is but switching distros rarely solves anything.

[-] chickenf622@sh.itjust.works 4 points 3 weeks ago

In terms of immutability, Bazzite by design makes it very difficult to install things that aren't in the app store/flatpal/homebrew. It is an OS dedicated to gaming, and tries to make it as hard as possible to mess that up. I've ran into similar issues when I try to do some non-gaming things, or more advanced gaming things on it (like installing a fan patch). It's not a good OS choice if you want to do more than game and surf the web.

[-] Telorand@reddthat.com 5 points 3 weeks ago

Distrobox is there for other software and works for most cases. The only time I personally had trouble was with VPN software clients.

load more comments
view more: next ›
this post was submitted on 07 Nov 2025
57 points (96.7% liked)

Linux

57274 readers
259 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS