this post was submitted on 25 Aug 2025
30 points (94.1% liked)

Linux

58608 readers
660 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
 

Instructions to add Plasma Discover package manager back into Bazzite using a Systemd Sys-Ext. Based on Travier's Fedora Sys-Ext work at https://travier.github.io/fedora-sysexts/ and relies on his base images on quay.

I'm really excited about the application of SysExts to bridge the gap many perceive in adopting atomic distros! This seemed like a fantastic solution to adding this tool back for those who want it, without the overhead of package layering

you are viewing a single comment's thread
view the rest of the comments
[–] Takahe@lemmy.nz 6 points 1 month ago (2 children)

This is interesting, Bazzite abandoning Discover was the final straw for me to dump Bazzite on my TV pc and move back to Kubuntu. I don't have GameMode anymore but the feeling of being in control is worth it so won't be switching back

[–] gnuplusmatt@reddthat.com 4 points 1 month ago (1 children)

I thought so, and its not something Ublue has started using yet to my knowledge - there's some good potential that a lot of stuff they add could just become a set of extensions you can plug in like Lego bricks

[–] quarterlife@lemmy.sdf.org 2 points 1 month ago* (last edited 1 month ago)

The issue with them right now is there's no update mechanism. If you use something as a system extension that depends on a library in the image, and that library gets updated, you could have an unbootable system or at the very least a non-functioning application until you can update your system extension manually.

Ideally that update mechanism needs to be a part of bootc so if your system extension is part of your boot process it can be updated ahead of time before the image is loaded.

We've looked at it since it's inception and it's something we really want, it's just nowhere near ready yet.