this post was submitted on 14 Jan 2024
16 points (86.4% liked)

Linux

6056 readers
118 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
16
submitted 1 year ago* (last edited 1 year ago) by alexdeathway to c/linux
 

Title *X11

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 28 points 1 year ago (1 children)

X11 is an ancient piece of crap which no one wants to update or maintain.

Wayland is the new and better display manager.

However, many old applications only support X11, because they depend on some arcane feature not yet supported by Wayland. Hence, the drama.

[โ€“] snaggen 22 points 1 year ago

Also, it was easier to support X11, since there is no security. You wanted to read other applications key events, no problem. Want to read the screen, without without anyone knowing? No, problem, just read it. With Wayland you must use APIs for stuff, and you are not allowed to do everything.