this post was submitted on 19 Jul 2026
205 points (98.6% liked)

Linux

14384 readers
296 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
 

Upstream images vs bazzite: https://github.com/ublue-os/countme/blob/main/growth_upstream_with_bazzite.svg

My prediction: bazzite may have more installs than Fedora KDE by the end of the year.

you are viewing a single comment's thread
view the rest of the comments
[–] psud@aussie.zone 6 points 3 days ago (2 children)

It's a distro that is intended to play Steam games well. Terrible if you like tinkering or hate flat pack software. Less than an ideal development environment

[–] hirihit640@sh.itjust.works 11 points 3 days ago (1 children)

its great for dev. It encourages you to use distroboxes to isolate your dev environments from each other and the host system, or even better use devcontainers for reproducible dev environments

[–] lil_baka@ani.social 3 points 2 days ago (1 children)

I kinda agree, but it can also be pain in the ass. For example, using flatpak VS Code is massive pain in the ass. You end up needing to do tons of tricky workarounds for all kinds of language server/formatter/etc addons to work properly.

[–] hirihit640@sh.itjust.works 1 points 1 day ago (1 children)

Fair point, I've struggled with VSCode as well. I started looking into using a local container with VSCode's remote dev add-ons (the ones you use for sshing into a remote machine but in this case it would just be a local container), and then installing all language servers and tooling inside the container. Do you have any experience with that?

[–] lil_baka@ani.social 1 points 1 day ago* (last edited 1 day ago)

I only used something similar to mess around with Hytale modding a bit, but it was only easy because there was fully ready-to-use premade solution. But in general, if you're willing to go that way, I think the most simple option would be to create a distrobox with ubuntu/debian/fedora/arch (depending on which distro covers things you need better), install vs code there (using native package manager of given distribution), and then distrobox-export VS Code from that distrobox. Then you can simply manage everything inside of distrobox using full power of distribution you chose. To make things even better, distrobox has automatic passthrough of most hardware. For Nvidia in particular, you need to pass flag "--nvidia" when doing "distrobox-create". After that, you can even use game engines like Unity or Godot from distrobox with full GPU passthrough.

[–] chunkystyles@sopuli.xyz 5 points 3 days ago (1 children)

It's great for tinkering. It's just done differently than you're used to.

[–] lil_baka@ani.social 0 points 2 days ago (1 children)

You can write your own systemd services and you can customize your Plasma using panel colorizer. You can go a bit further and rpm-ostree install kvantum and get even more ricing freedom. You can't however make it use other init system or other DE/WM. It's still quite good for what it is.

[–] throwaway403@programming.dev 2 points 2 days ago* (last edited 2 days ago)

You can’t however make it use other init system ~~or other DE/WM~~.

You're AFAIK correct on the bold part. But definitely not on the strike-through part. You're probably only limited by your creativity and the effort you're willing to put into it: