this post was submitted on 24 Jul 2024
249 points (87.6% liked)

Linux

47337 readers
1390 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
 

geteilt von: https://discuss.tchncs.de/post/19377025

[...] I announce that our move off of wlroots is now complete and MR 6608 is now merged.

you are viewing a single comment's thread
view the rest of the comments
[–] Quackdoc@lemmy.world 19 points 1 month ago (2 children)

Why? Hyprland has been limited by wlroots multiple times in the past.

[–] porl@lemmy.world 6 points 1 month ago (2 children)

Do you have examples of this? Not being contrarian, I actually run Hyprland myself. I'm just curious where the limitations of wlroots have been.

[–] Quackdoc@lemmy.world 15 points 1 month ago* (last edited 1 month ago)

the blog post inside the linked blog post goes over some points. each point is copy and pasted more or less.

  • like for example the multiple times I've spent dozens of hours debugging a single issue only for it to turn out a small typo or a careless mistake that any language would catch at compile time, except for C
  • Memory safety issues arising from the absolute lack of any documentation whatsoever of wlroots have also been quite the annoyance
  • The development of a display server is very complicated, as they are very broad and complex pieces of software. Mixing a C library with 0 documentation is basically asking for trouble.
  • new wayland features that require changes in wlroots tend to take ages to get merged into wlroots, like for example tearing, where a basically ready MR took 9 months to merge
  • explicit sync still not being a thing, despite KDE and Gnome having implementations already (I believe it is now, but not at the time of the blog post)
[–] 737@lemmy.blahaj.zone -1 points 1 month ago (1 children)
[–] Quackdoc@lemmy.world 3 points 1 month ago

this doesn't apply here. hyprland has announced that "all your wlroots programs will still work". so they are keeping support for wlr protcols