Accent colors are now a standard preference for Linux

pnutzh4x0r@lemmy.ndlug.org to Linux@lemmy.ml – 319 points –
Accent color on settings portal by lleyton · Pull Request #815 · flatpak/xdg-desktop-portal
github.com

Accent colors provide a way for users to personalize their desktop in a simple, developer-friendly, and effective way. Throughout the community there has been a general interest in the inclusion of accent colors within apps and desktop environments. This proposal aims to standardize an accent color key on the Settings portal.

A new key on the Settings portal, accent-color, would be defined under the org.freedesktop.appearance namespace.

Via @orowith2os@tech.lgbt

And endorsed by #GNOME, #KDE, #CosmicDE, #ElementaryOS, and #Budgie, at that!

25

You are viewing a single comment

They are being overly semantic about what “Linux” means. Obviously this is about desktop projects.

They said "Linus", not "Linux".

I was assuming they thought Linus Torvalds was the one working on merging this.

Yes, but I think the implication of the supposed semantics is that if we're only ever referring to "Linux" as the kernel itself, then Linus possibly would've seen it.

Not sure if he would've merged it, my knowledge of the kernel development process is a bit lacking - but I thought all the various subsystems of the kernel had their own maintainers who handled merging patches.

Not sure if he would’ve merged it, my knowledge of the kernel development process is a bit lacking - but I thought all the various subsystems of the kernel had their own maintainers who handled merging patches.

Per this:

https://www.kernel.org/doc/html/latest/process/2.Process.html#how-patches-get-into-the-kernel

There is exactly one person who can merge patches into the mainline kernel repository: Linus Torvalds.

When the merge window opens, top-level maintainers will ask Linus to "pull" the patches they have selected for merging from their repositories. If Linus agrees, the stream of patches will flow up into his repository, becoming part of the mainline kernel.

While there are top level maintainers for the subsystems, it looks like Linus is the only one who can merge them into the mainline kernel.

Ah, makes sense! That's a great read, I've been meaning to read more into their development process!