Accent colors are coming with GNOME 47.
Accent colors are coming with GNOME 47.
There were talks a few years ago about changing sd-tmpfiles name but it was decide not worth it due to the churn and bikeshedding it would cause.
sd-tmpfiles is generally used to create, modify (e.g. permissions) and remove directories on the system. The home.conf is intended for systems that only ship /usr/ (e.g. containers) to create /home/ and /srv/ as a separate subvolume on btrfs
The BSOD really isn’t something to be mad at, it actually in theory is good but there is only so much you can do when a kernel panics. What you should be mad at is shitty drivers causing BSODs
which definitely seems out of scope.
Doesn’t seem out of scope for a system and service management suite. Like, the timeperiod where systemd was “just an init” was relativly brief (like half a year).
The case is: You switched to it before it was “old-old-stable” and haven’t updated.
Causes for this are likely:
They should test this much more often and frequently. Unlike Gnome, KDE do actually care about their users, not just about themselves.
It’s not like GNOME is the only outlier here (for the specific icon problem sure), someone on the linux subreddid also posted this screenshot https://imgur.com/a/1ELtsJb. It seems to really just be that KDE apps kinda struggle out side of KDE. And most of the GNOME devs do care about the users as well, just they also care that their apps look as intended.
It’s been a thing I personally have been wondering why this is how it is for a while. Personally I like most of the GNOME stuff, but this decision has always stood out as odd.
But then again I almost always use ctrl+w or alt-f4 to close apps, so I am mostly unaffected.
Just a minor clarification/correction: the “or later” part also depends on the license per se. There is a GPL-3.0-only and a GPL-3.0-or-later. Usually you’ll find something like “or at your option any later version.” if that is the case, but by default you should expect the GPL-3.0-only to apply.
Basically. systemd-run
was already able to do it, all that really changed is the interface for it. The change to run.c
in the patch itself was <400LOC, and the entire patch was <1.4k lines with most being docs, tests and utils for coloring the terminal.
This has already been possible, the patch modifying run.c
to be able to do this is not even 400 lines long and was mostly just exposing its feature in a different way. (the entire patch was <1.5k lines, with most being docs, tests and a bit of plumbing for the colored terminal)
As the other comment said, no. But I’ve had the idea and will to at some point write a edit
script (that I can just set EDITOR=
to) that would just choose one of the first common editors. That could in theory have a -0
option to run as root (there also probably looking through run0
, doas
, sudo
and su
). Not the editor, but doing the editing on a temp file and then copying with root
The thing with this is: its just a symlink to the systemd-run
binary, which talks to PID1 to spawn new processes (in separate cgroups IIRC). Its one of the most fundamental parts of systemd. Even the debian systemd
package includes systemd-run
.
I guess the other question is if some tools the distro provides might switch to supporting it by default. For example on Arch there is makepkg
that should never be executed as root, but does internally call some things with elevated privileges (mostly pacman
to install and remove packages). Currently it checks for sudo
and if not falls back to su
, but maybe it might be worth considering changing su
for run0
if its guaranteed to be there.
The EU already has one for anyone interested https://social.network.europa.eu
Wouldn’t that need them to get the fu.ck
domain itself? I have a feeling that is already used by someone else, but there currently isn’t any website at that domain (doesn’t mean it isnt used)
Generally the only groups I would maybe sign such a CLA in regard to the GPL is: the FSF and the Linux Foundation. Anybody else (especially individuals I don’t know) I wouldn’t sign any CLA unless my contribution is like a 1 off, trivial patch.
Apparently google doesn’t even offer new registrations anymore
They were using Nokia 3310s
Well, it’s a Microsoft company. So… ya know, they have shit hit the fan so often they would just be in meeting permanently.
Oh I dunno, maybe something with almost 700 comments? (HDR).
If apps don’t want to save their state when they close there isn’t much a window manager can do about that. The only part the window manager would be involved in is with positioning its window and that is hardly something very critical to the functionality of an app.