this post was submitted on 29 Dec 2023
115 points (94.6% liked)

Linux

47548 readers
487 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
you are viewing a single comment's thread
view the rest of the comments
[–] Auzy@beehaw.org 3 points 9 months ago* (last edited 9 months ago) (1 children)

X11 has it's own issues (and there are a lot of them, including security)

What features exactly?

[–] drwankingstein@lemmy.dbzer0.com 3 points 9 months ago* (last edited 9 months ago) (2 children)

I didnt even remotely imply that x11 doesn't have issues, so im not sure why that was brought up. The goal is to make wayland an acceptable and universal replacement, Everyone knows x11 is dying but wayland isnt ready to replace it yet

Things like window embedding, the wayland way is for each app to have it's own embedded compositor. Wayland has no support for things like overlays/always on top (Useful for OSKs PR has been made but like all wayland things, we might not get it for another couple years, or perhaps never), currently missing support for reading other window states (PR made for this as well, but again, who knows how long it will take), Still no support for window positioning (again PR made), Emulated input events (libei is not universally supported) And these are just the ones off the top of my head, There were others but I cant think of them ATM

Xorg is the organization behind Wayland, and the Xorg X11 server is also the best Wayland compositor.

[–] gnumdk@lemmy.ml -2 points 9 months ago (2 children)

On the other hand X11 is missing an important feature: security

[–] drwankingstein@lemmy.dbzer0.com 3 points 9 months ago

while I do agree that x11 could be better in that regard, having the baseline critical features met matter a lot more then security for me.

I personally really like wayland, I just wish it actually was properly usable in all my use cases

[–] WarmApplePieShrek@lemmy.dbzer0.com 2 points 9 months ago* (last edited 9 months ago)

Security at the expense of usability comes at the expense of security. X11 doesn't have security. Wayland doesn't have usability or security. Security is about putting walls in front of the bad guys while letting the good guys go through. Wayland just puts walls around everyone.