this post was submitted on 14 Jan 2025
36 points (97.4% liked)
Linux
6187 readers
250 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder if we will see flatpaks on the server at some point. It would need to be daemonized but it should be possible.
From what I understand, they'd have to completely rewrite how flatpaks work for server support.
From flatpak.org: "Flatpak is designed to run inside a desktop session and relies on certain session services, such as a D-bus session bus and, optionally, a systemd
--user
instance."I suppose that makes sense. I just like how clean and lightweight bubblewrap is. I have used it to sandbox things in the past and it works surprisingly well.