this post was submitted on 06 Nov 2025
138 points (99.3% liked)

Linux

10022 readers
485 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Although Wayland has been GNOME’s default session since 2016, X11 has continued to linger in the codebase—until now. That changed with the recent merging of two PRs (here and here), which completely removed the X11 codebase from both Mutter, GNOME’s default window manager and compositor, as well as the GNOME Shell itself.

In other words, the GNOME project is finally closing one of the longest chapters in Linux desktop history. With the upcoming GNOME 50 release, scheduled for mid-march 2026, the desktop environment will officially drop support for the native X11 session, making Wayland the sole display system moving forward.

you are viewing a single comment's thread
view the rest of the comments
[–] dataprolet@lemmy.dbzer0.com 0 points 15 hours ago (2 children)

Unless Wayland adds all feature X11 has, it's not a worthy replacement.

[–] spartanatreyu@programming.dev 18 points 15 hours ago* (last edited 15 hours ago) (1 children)

Counterpoint: X11 wasn't designed with today's security needs in mind, and developers were building based on the assumptions that those security holes would remain. We don't actually want everything that X11 had, we only want the good bits.

Or to put it another way, the switch from X11 to Wayland = https://xkcd.com/1172/

[–] dataprolet@lemmy.dbzer0.com 1 points 2 hours ago

Well I would define "features" as "the good bits" and not as "security holes". ;)

[–] vivendi@programming.dev 2 points 3 hours ago

X11 has a shitload of unwanted and unused features that your favorite X11 compositor is actively fighting AGAINST to render your GUI.

I implore you to pick up the X.Org source code and your favorite X11 shitshow's source code and realize why Wayland follows the same paradigms that apple adopted in 2001 and Microsoft in 2006.