this post was submitted on 28 Mar 2024
171 points (98.3% liked)

Linux

48287 readers
627 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 5 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] Chewy7324@discuss.tchncs.de 38 points 7 months ago* (last edited 7 months ago) (1 children)

This will help eliminate excess baggage that builds up over time by automatically removing end-of-life runtimes that are no longer used. As the system is updated to use new drivers/run-times, the old ones can be automatically removed.

This might solve the issue with flatpak nvidia driver versions not being removed and accumulating over time. AMD/Intel don't have this issue as a single flatpak mesa driver version can work with multiple system drivers. Nvidia's closed source driver needs an exact version match to allow for flatpak's sandboxed GUI apps to work.

At least that's how I understand it, take it with a grain of salt.

[–] aksdb@lemmy.world 17 points 7 months ago (1 children)

There is actually a mechanism that allows distros to register the system level driver as flatpak extension, so the driver is available in the sandbox. Unfortunately, almost no distro uses that :-/

[–] LaggyKar@programming.dev 2 points 7 months ago (1 children)

That though would make it break when the host system updates glibc, just like it does in snappy.

[–] AProfessional@lemmy.world 2 points 7 months ago

Its only really for nvidia which goes out of its way to be portable.

[–] autotldr@lemmings.world 7 points 7 months ago

This is the best summary I could come up with:


Simon McVittie issued the Flatpak 1.15.7 pre-release on Wednesday with a few notable changes for this widely-used open-source app sandboxing and distribution framework.

Flatpak continues evolving nicely for this leading app sandbox and distribution solution widely used across many different Linux distributions that paired with Flathub make for very easy app access.

Introduced in Flatpak 1.15.7 is now the ability to automatically remove obsolete driver versions and other auto-pruned refs.

This will help eliminate excess baggage that builds up over time by automatically removing end-of-life runtimes that are no longer used.

Flatpak 1.15.7 also adds the "--socket=inherit-wayland-socket" argument to inherit the existing Wayland socket environment and automatically reloads the D-Bus session bus configuration when installing or upgrading apps to ensure any exported D-Bus services are recognized.

Flatpak 1.15.7 also does away with its existing Autotools build system support in favor of Meson.


The original article contains 223 words, the summary contains 142 words. Saved 36%. I'm a bot and I'm open source!

[–] Viking_Hippie@lemmy.world 1 points 7 months ago

At first, I read it as "will now automatically receive obsolete driver versions" and was like "WHY?!" 😂