this post was submitted on 31 Aug 2024
89 points (98.9% liked)

Linux

47290 readers
752 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
89
wayland-protocols 1.37 released (lists.freedesktop.org)
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

Adds xdg-toplevel-icon for changing icon in places like the titlebar without needing to create desktop entries.

Also adds ext-image-capture-source and ext-image-copy-capture which is used for capturing outputs/windows, used in wlroots and Cosmic.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 21 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Wow the icon saga is finished!?

If anyone wants to throw away a couple hours, there was SO much discussion (and initially drama) over it: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/269

[–] [email protected] 8 points 2 weeks ago (3 children)

what is up with wayland standards taking so long to finalise? They have been chewing on HDR for over 4 years now...

[–] [email protected] 2 points 1 week ago

I guess because they want it to be done correctly but there's plenty of opinions on the correct way to do it

[–] [email protected] 6 points 2 weeks ago (1 children)

Guessing from how this change required 3+ implementations before it became official according to the gitlab page, maybe it's a chicken and egg situation. Hdr is a lot of work so maybe people don't want to implement an unfinalized version that might change

[–] [email protected] 4 points 2 weeks ago

The compositors are the ones doing a lot of the protocol development. They want to have WIP versions so they can see what issues crop up, they've been making versions all doing. Now, I agree that it is slowing things down, but it's more of just an additional thing that needs to get done, not so much a chicken and egg problem.

[–] [email protected] 22 points 2 weeks ago

color management is actually super hard to do, so making sure it's done right is very important, so this is one of the few times it actually makes sense. I mean, just take a look at windows, it still looks like shit over there.