It's may get harder in the future to have a Linux desktop that keeps up with the times and also does not include third-party cruft or spyware in the future.
Flatpak Will Depend on Systemd
31–40 of 141 posts
Re: Flatpak Will Depend on Systemd
#32As a Linux normie, I've never understood why systemd is/was so much opinioned about.
Jump forward to systemd and absolutely none of trust Poettering farther than we can throw him. At the same time systemd basically did the job of half a dozen programs which offends a lot of people on philosophical grounds. Simultaneously a bunch of things start hard requiring this program that people neither trust nor like.
Re: Flatpak Will Depend on Systemd
#33As a Linux normie, I've never understood why systemd is/was so much opinioned about.
It violates the Unix philosophy of 'do only one thing and do it well', but personally, it has never been a problem for me. I had a nightmare last week wherein I read a headline that systemd was writing its own kernel. When I woke up I realized it was a possibility, after all it has replaced GRUB. https://wiki.archlinux.org/title/Systemd-boot
Re: Flatpak Will Depend on Systemd
#34Makes sense. BTW. are there efforts to migrate systemd to rust?
Re: Flatpak Will Depend on Systemd
#35So for us who want to continue distribute across multiple distributions, even those that doesn't run systemd, is there only AppImage remaining now as a truly cross-distribution packaging format?
Errbody seems to use AppImage anyway
Looking at you, DaVinci Resolve.
I'm not sure how AppImage beats Flathub, it's gotten so damn good.
Re: Flatpak Will Depend on Systemd
#36Re: Flatpak Will Depend on Systemd
#37This is fantastic news! As I've argued here on HN many times over the years, proper permission management is probably the single most important piece that's been keeping us from sandboxing everything by default, like on Android and iOS.
Re: Flatpak Will Depend on Systemd
#38While I think systemd is a great init system (as well as some other components under the systemd umbrella), I really dislike when components up in the stack hard-depend on it. We can't use GNOME, plasma-login-manager, and soon Flatpak without systemd. Maybe systemd should have been an API + a spec instead of an unportable implementation.
Re: Flatpak Will Depend on Systemd
#39While I think systemd is a great init system (as well as some other components under the systemd umbrella), I really dislike when components up in the stack hard-depend on it. We can't use GNOME, plasma-login-manager, and soon Flatpak without systemd. Maybe systemd should have been an API + a spec instead of an unportable implementation.
Maybe this statement actually holds in reverse? Quoting vbernat's comment on Lobsters: systemd was a "gift" for people running alternative desktop systems. Previously, many services were bundled with GNOME and you had to go through many hops to use them on a non-GNOME desktop (for example, GNOME Power Manager). systemd replaced many of these GNOME-only piece of software that were constantly breaking when you tried to…
Also despite all its convenience it's not without its drawbacks. Among other things you can no longer just launch a daemon from a chroot now you need a full blown container sporting its own init.
Re: Flatpak Will Depend on Systemd
#40Makes sense. BTW. are there efforts to migrate systemd to rust?