Skip to content

Instantly share code, notes, and snippets.

@probonopd
Last active August 12, 2025 20:56
Show Gist options
  • Save probonopd/9feb7c20257af5dd915e3a9f2d1f2277 to your computer and use it in GitHub Desktop.
Save probonopd/9feb7c20257af5dd915e3a9f2d1f2277 to your computer and use it in GitHub Desktop.
Think twice about Wayland. It breaks everything!

Think twice before abandoning X11. Wayland breaks everything!

image

Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.

Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.

Feature comparison

Please do fact-check and suggest corrections/improvements below. Maybe this table should find its home in a Wiki, so that everyone could easily collaborate. I'm just a bit fearful of vandalism... ideas?

✅ Supported ⚠️ Available with limitations ❌ Not available or only available on some systems (requires particular compositors or additional software which may not be present on every system)

Functionality Xorg Wayland
Performance ✅ Best (DistroWatch) ⚠️ Worse (DistroWatch)
Power consumption ? ?
RAM usage ✅ ~150 MB lower (Phoronix) ⚠️ ~150 MB higher (Phoronix)
Nvidia GPUs ✅ Well supported by proprietary Nvidia driver, also older hardware (open source driver Nouveau never worked satisfactorily) ⚠️ Only recent hardware
Multi-monitor ✅ Supported via XRandR, Xinerama (TheServerHost, KDE Blog) ✅ Stable, dynamic hotplug, theoretically better (debatable, comment) multi-monitor support (KDE Blog, CBT Nuggets)
Multi-resolution Multi-screen Support ✅ Can be done (tedu); mixed refresh rates (guiodic, Reddit) ✅ Per-output resolutions and per-output scaling with sharp rendering (CBT Nuggets, EndeavourOS Forum)
Cropping and Scaling ✅ Per monitor with XRandR (xrandr manpage) wp_viewporter, wp_fractional_scale_manager_v1, per-window ("surface") cropping (Wayland Protos, KDE Dev)
Screen Recording / Capture ✅ Supported via X APIs; easy screen & window recording (Xlib Manual, OBS Wiki) ❌ Not natively available—wlr-screencopy and/or ext-image-copy-capture can be used without Portals but may not be present on every system. Otherwise requires Screencast Portal, which may not be present on every system (GNOME Docs, PipeWire Portal FAQ).
Input Devices / Event Routing XInput, XInput2, global intercept (XInput2 Docs) ❌ Input routed only to focused window ("surface"), no global interception (Wayland FAQ, Wayland Security)
Input Injection ✅ Via XTEST, XSendEvent (XTEST Spec) ❌ Not natively available—requires Remote Desktop Portal, which may not be present on every system (libei GH, KDE Input) . Workaround: /dev/uinput should work everywhere.
Global Hotkeys / Key Grabs XGrabKey()/XGrabButton() (Xlib Docs) ❌ Not natively available—requires Global Shortcuts Portal, which may not be present on every system (Portal Docs, KDE)
Window Positioning / Stacking ✅ Clients move/resize windows (Xlib Ref) ❌ Only compositor controls window positioning (Wayland FAQ, KDE Dev)
Clipboard Access ✅ Full/explicit, ICCCM selections (ICCCM) ❌ Not natively available—requires Clipboard Portal, which may not be present on every system (Clipboard Portal, Wayland FAQ)
Drag and Drop / Copy and Paste ✅ Xdnd, Motif (Xdnd Spec), Motif (Motif DND) ⚠️ wl_data_offer, wl_data_device_manager (Wayland Protos, KDE Drag&Drop) but implementations are flaky, especially when dragging between X11 and Wayland applications
Touch / Gesture Support XInput2 (XInput Multi-Touch) wl_touch, gestures via zwp_pointer_gestures_v1 (Wayland Protos)
Tablet Support XInput2 (libinput Tablet) zwp_tablet_manager_v2 (Wayland Protos)
Remote Display / Network Transparency ✅ X11 protocol, SSH forwarding (OpenBSD FAQ, XForwarding) ❌ Not natively available—requires Remote Desktop Portal, which may not be present on every system (Wayland FAQ)
Screen Configuration XRandR direct (xrandr manpage) ❌ Only compositor can set layout; clients have no access (KDE Dev). Supported by some compositors which may not be present on every system via wlr-output-management and associated tools like wlr-randr.
Global menus ✅ Works ❌ Not natively available—requires qt_extended_surface set_generic_property which may not be present on every system
Window Management Hints (size, position) XSetWMHints, XSetNormalHints (ICCCM) ❌ Position not supported, only size
Window Title / Icon Name XSetWMName, XSetIconName (ICCCM) xdg_toplevel.set_title/set_icon (xdg-shell)
Window State (iconic, withdrawn, etc.) XSetWMState (ICCCM) ❌ Not exposed to clients; handled by compositor (Wayland FAQ)
Window Protocols (WM_DELETE_WINDOW) ✅ ICCCM, WM_DELETE_WINDOW (ICCCM) xdg_toplevel.close (xdg-shell)
Window Class / Instance XSetClassHint (ICCCM) ❌ Not supported (Wayland FAQ)
Window Transience (dialogs, popups) XSetTransientForHint (ICCCM) xdg_toplevel.set_parent (xdg-shell)
Input Focus (active window) XSetInputFocus (Xlib Ref) ❌ Managed by compositor (Wayland FAQ)
Selections ✅ Selections (ICCCM) ❌ Not natively available—requires Clipboard Portal, which may not be present on every system (Clipboard Portal, Wayland FAQ)
Drag and Drop ✅ Motif/Xdnd (Xdnd Spec) ✅ Native protocol (Wayland/Drag&Drop)
Window Grouping XSetWMHints group (ICCCM) ❌ No concept/protocol for grouping (Wayland FAQ)
Input Model / Input Hint ✅ Input model hints (ICCCM) ❌ Not exposed/natively supported (Wayland FAQ)
Window Manager Communication ✅ ICCCM client-to-WM (ICCCM) ❌ No standard protocol (Wayland FAQ)
Colormap / Visual hints ✅ Colormap per ICCCM (ICCCM) ⚠️ Handled by compositor (Wayland FAQ)
Icon Pixmap / Bitmap ✅ ICCCM icon hints (ICCCM) xdg_toplevel.set_icon (xdg-shell)
Urgency Hint XUrgencyHint (ICCCM) ❌ Not standardized; up to compositor (Wayland FAQ)
Window Shade (roll up/down) WM_STATE (mapped/unmapped state) ❌ Not supported
Window Always On Top (z-order) ✅ Applications can request stacking/z-order via WM_HINTS, window group, _NET_WM_STATE_ABOVE (EWMH) ❌ Not supported
Exclusive Display Control / DRM Leasing ⚠️ No protocol, possible with libdrm (libdrm) wp_drm_lease_v1 (Wayland Protos)
Transparency / Compositing ⚠️ With composite extension/compton/picom (wiki.archlinux) ✅ Built-in; always composited (Wayland FAQ)
Color Management ⚠️ Apps/loaders like xiccd (XCM docs) wp-color-manager-v1 (Wayland Protos)
VSync / Tear-free Rendering ⚠️ Inconsistent, needs correct driver/config (AskUbuntu) ✅ Guaranteed by compositor; always tear-free (Wayland FAQ)
Security / App Isolation ⚠️ Via extensions, e.g., Xnamespace extension (The Register) ⚠️ Wayland tries to separate applications from each other. As a result, applications can't do many things ("We're treated like hostile threat actors on our own workstations")
Click into a window to terminate the application xkill ❌ Not natively available—some compositors may have proprietary mechanisms, which may not be present on every system
Click into a window to see its metadata xprop ❌ Not supported
Set and get metadata (properties) on windows to exchange information regarding windows ✅ X Atoms (Docs) ❌ Not supported
One window server used by virtually all desktop environments and distributions ✅ Xorg (and Xlibre) ❌ Every desktop environment comes with a different compositor, which behaves differently, supports different features and has different bugs

Status update

Update 06/2025: X11 is alive and well, despite what Red Hat wants you to believe. https://github.com/X11Libre/xserver revitalizes the Xorg X11 server as a community project under new leadership.

And Red Hat wanted to silence it.


As 2024 is winding down:

For the record, even in the latest Raspberry Pi OS you still can't drag a file from inside a zip file onto the desktop for it to be extracted. So drag-and-drop is still broken for me.

And Qt move() on a window still doesn't work like it does on all other desktop platforms (and the Wayland folks think that is good).

And global menus still don't work (outside of not universally implemented things like qt_extended_surface set_generic_property).

Wayland issues

The Wayland project seems to operate like they were starting a greenfield project, whereas at the same time they try to position Wayland as "the X11 successor", which would clearly require a lot of thought about not breaking, or at least providing a smooth upgrade path for, existing software.

In fact, it is merely an incompatible alternative, and not even one that has (nor wants to have) feature parity (missing features). And unlike X11 (the X Window System), Wayland protocol designers actively avoid the concept of "windows" (making up incomprehensible words like "xdg_toplevel" instead).

DO NOT USE A WAYLAND SESSION! Let Wayland not destroy everything and then have other people fix the damage it caused. Or force more Red Hat/Gnome components (glib, Portals, Pipewire) on everyone!

Please add more examples to the list.

Wayland seems to be made by people who do not care for existing software. They assume everyone is happy to either rewrite everything or to just use Gnome on Linux (rather than, say, twm with ROX Filer on NetBSD).

Edit: When I wrote the above, I didn't really realize what Wayland even was, I just noticed that some distributions (like Fedora) started pushing it onto me and things didn't work properly there. Today I realize that you can't "install Wayland", because unlike Xorg, there is not one "Wayland display server" but actually every desktop envrironment has its own. And maybe "the Wayland folks" don't "only care about Gnome", but then, any fix that is done in Gnome's Wayland implementation isn't automatically going to benefit all users of Wayland-based software, and possibly isn't even the implementation "the Wayland folks" would necessarily recommend.

Edit 12/2023: If something wants to replace X11 for desktop computers (such as professional Unix workstations), then it better support all needed features (and key concepts, like windows) for that use case. That people also have displays on their fridge doesn't matter the least bit in that context of discussion. Let's propose the missing Wayland protocols for full X11 feature parity.

Edit 08/2024: "Does Wayland becoming the defacto standard display server for Linux serve to marginalize BSD?" https://fossforce.com/2024/07/the-unintended-consequences-linuxs-wayland-adoption-will-have-on-bsd/

Wayland is broken by design

  • A crash in the window manager takes down all running applications
  • You cannot run applications as root
  • You cannot do a lot of things that you can do in Xorg by design
  • There is not one /usr/bin/wayland display server application that is desktop environment agnostic and is used by everyone (unlike with Xorg)
  • It offloads a lot of work to each and every window manager. As a result, the same basic features get implemented differently in different window managers, with different behaviors and bugs - so what works on desktop environment A does not necessarily work in desktop environment B (e.g., often you hear that something "works in Wayland", even though it only really works on Gnome and KDE, not in all Wayland implementations). This summarizes it very well: https://gitlab.freedesktop.org/wayland/wayland/-/issues/233

Apparently the Wayland project doesn't even want to be "X.org 2.0", and doesn't want to provide a commonly used implementation of a compositor that could be used by everyone: https://gitlab.freedesktop.org/wayland/wayland/-/issues/233. Yet this would imho be required if they want to make it into a worthwile "successor" that would have any chance of ever fixing the many Wayland issues at the core.

Wayland breaks screen recording applications

  • MaartenBaert/ssr#431 ❌ broken since 24 Jan 2016, no resolution ("I guess they use a non-standard GNOME interface for this")
  • https://github.com/mhsabbagh/green-recorder ❌ ("I am no longer interested in working with things like ffmpeg/wayland/GNOME's screencaster or solving the issues related to them or why they don't work")
  • vkohaupt/vokoscreenNG#51 ❌ broken since at least 7 Mar 2020. ("I have now decided that there will be no Wayland support for the time being. Reason, there is no budget for it. Let's see how it looks in a year or two.") - This is the key problem. Wayland breaks everything and then expects others to fix the wreckage it caused on their own expense.
  • obsproject/obs-studio#2471 ❌ broken since at least 7 Mar 2020. ("Wayland is unsupported at this time", "There isn't really something that can just be easily changed. Wayland provides no capture APIs")
  • There is a workaround for OBS Studio that requires a obs-xdg-portal plugin (which is known to be Red Hat/Flatpak-centric, GNOME-centric, "perhaps" works with other desktops)
  • phw/peek#1191 ❌ broken since 14 Jan 2023. Peek, a screen recording tool, has been abandoned by its developerdue to a number of technical challenges, mostly with Gtk and Wayland ("Many of these have to do with how Wayland changed the way applications are being handled")

As of February 2024, screen recording is still broken utterly on Wayland with the vast majority of tools. Proof

Workaround: Find a Wayland compositor that supports the wlr-screencopy-unstable-v1 protocol and use wf-recorder -a. The default compositor in Raspberry Pi OS (Wayfire) does, but the default compositor in Ubuntu doesn't. (That's the worst part of Wayland: Unlike with Xorg, it always depends on the particular Wayand compositor what works and what is broken. Is there even one that supports everything?)

Wayland breaks screen sharing applications

  • jitsi/jitsi-meet#2350 ❌ broken since 3 Jan 2018
  • jitsi/jitsi-meet#6389 ❌ broken since 24 Jan 2016 ("Closing since there is nothing we can do from the Jitsi Meet side.") See? Wayland breaks stuff and leaves application developers helpless and unable to fix the breakage, even if they wanted.

NOTE: As of November 2023, screen sharing in Chromium using Jitsi Meet is still utterly broken, both in Raspberry Pi OS Desktop, and in a KDE Plasma installation, albeit with different behavior. Note that Pipewire, Portals and whatnot are installed, and even with them it does not work.

Wayland breaks automation software

sudo pkg install py37-autokey

This is an X11 application, and as such will not function 100% on 
distributions that default to using Wayland instead of Xorg.

Wayland breaks Gnome-Global-AppMenu (global menus for Gnome)

Wayland broke global menus with KDE platformplugin

Good news: According to this report global menus now work with KDE platformplugin as of 4/2022

Wayland breaks global menus with non-KDE Qt platformplugins

Wayland breaks AppImages that don't ship a special Wayland Qt plugin

  • https://blog.martin-graesslin.com/blog/2018/03/unsetting-qt_qpa_platform-environment-variable-by-default/ ❌ broke AppImages that don't ship a special Wayland Qt plugin. "This affects proprietary applications, FLOSS applications bundled as appimages, FLOSS applications bundled as flatpaks and not distributed by KDE and even the Qt installer itself. In my opinion this is a showstopper for running a Wayland session." However, there is a workaround: "AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode" (see below).

Wayland breaks Redshift

Update 2023: Some Wayland compositors (such as Wayfire) now support wlr_gamma_control_unstable_v1, see https://github.com/WayfireWM/wayfire/wiki/Tutorial#configuring-wayfire and jonls/redshift#663. Does it work in all Wayland compositors though?

Wayland breaks global hotkeys

Wayland does not work for Xfce?

See below.

Wayland does not work properly on NVidia hardware?

Apparently Wayland relies on nouveau drivers for NVidia hardware. The nouveau driver has been giving unsatisfactory performance since its inception. Even clicking on the application starter icon in Gnome results in a stuttery animation. Only the proprietary NVidia driver results in full performance.

See below.

Update 2024: The situation might slowly be improving. It remains to be seen whether this will work well also for all existing old Nvidia hardware (that works well in Xorg).

Wayland does not work properly on Intel hardware

Wayland prevents GUI applications from running as root

  • https://bugzilla.redhat.com/show_bug.cgi?id=1274451 ❌ broken since 22 Oct 2015 ("No this will only fix sudo for X11 applications. Running GUI code as root is still a bad idea." I absolutely detest it when software tries to prevent me from doing what some developer thinks is "a bad idea" but did not consider my use case, e.g., running truss for debugging on FreeBSD needs to run the application as root. https://bugzilla.mozilla.org/show_bug.cgi?id=1323302 suggests it is not possible: "These sorts of security considerations are very much the way that "the Linux desktop" is going these days".)

Suggested solution

Wayland is biased toward Linux and breaks BSD

  • https://blog.netbsd.org/tnf/entry/wayland_on_netbsd_trials_and ❌ broken since 28 Sep 2020 ("Wayland is written with the assumption of Linux to the extent that every client application tends to #include <linux/input.h> because Wayland's designers didn't see the need to define a OS-neutral way to get mouse button IDs. (...) In general, Wayland is moving away from the modularity, portability, and standardization of the X server. (...) I've decided to take a break from this, since it's a fairly huge undertaking and uphill battle. Right now, X11 combined with a compositor like picom or xcompmgr is the more mature option."

Wayland complicates server-side window decorations

  • https://blog.martin-graesslin.com/blog/2018/01/server-side-decorations-and-wayland/ ❌ FUD since at least 27 January 2018 ("I heard that GNOME is currently trying to lobby for all applications implementing client-side decorations. One of the arguments seems to be that CSD is a must on Wayland. " ... "I’m burnt from it and are not interested in it any more.") Server-side window decorations are what make the title bar and buttons of all windows on a system consistent. They are a must have_ for a consistent system, so that applications written e.g., Gtk will not look entirely alien on e.g., a Qt based desktop, and to enforce that developers cannot place random controls into window titles where they do not belong. Client-side decorations, on the other hand, are destroying uniformity and consistency, put additional burden on application and toolkit developers, and allow e.g., GNOME developers to put random controls (that do not belong there) into window titles (like buttons), hence making it more difficult to achieve a uniform look and feel for all applications regardless of the toolkit being used.

Red Hat employee Matthias Clasen ("I work at the Red Hat Desktop team... I am actually a manager there... the people who do the actual work work for me") expicitly stated "Client-side everything" as a principle, even though the protocol doesn't enforce it: "Fonts, Rendering, Nested Windows, Decorations. "It also gives the design more freedom to use the titlebar space, which is something our designers appreciate" (sic). Source

Wayland breaks windows rasing/activating themselves

Wayland breaks RescueTime

Wayland breaks window managers

Apparently Wayland (at least as implemented in KWin) does not respect EWMH protocols, and breaks other command line tools like wmctrl, xrandr, xprop, etc. Please see the discussion below for details.

Wayland requires JWM, TWM, XDM, IceWM,... to reimplement Xorg-like functionality

  • Screen recording and casting
  • Querying of the mouse position, keyboard LED state, active window position or name, moving windows (xdotool, wmctrl)
  • Global shortcuts
  • System tray
  • Input Method support/editor (IME)
  • Graphical settings management (i.e. tools like xranrd)
  • Fast user switching/multiple graphical sessions
  • Session configuration including but not limited to 1) input devices 2) monitors configuration including refresh rate / resolution / scaling / rotation and power saving 3) global shortcuts
  • HDR/deep color support
  • VRR (variable refresh rate)
  • Disabling input devices (xinput alternative)

As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. You do not expect JWM, TWM, XDM or even IceWM developers to implement all the featured outlined in ^1.

Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol

  • https://git.521000.bestelectron/electron#33226 ("skipTaskbar has no effect on Wayland. Currently Electron uses _NET_WM_STATE_SKIP_TASKBAR to tell the WM to hide an app from the taskbar, and this works fine on X11 but there's no equivalent mechanism in Wayland." Workarounds are only available for some desktops including GNOME and KDE Plasma.) ❌ broken since March 10, 2022

Wayland breaks NoMachine NX

Wayland breaks xclip

xclip is a command line utility that is designed to run on any system with an X11 implementation. It provides an interface to X selections ("the clipboard"). Apparently Wayland isn't compatible to the X11 clipboard either.

This is another example that the Wayland requires everyone to change components and take on additional work just because Wayland is incompatible to what we had working for all those years.

Wayland breaks SUDO_ASKPASS

Wayland breaks auto-type in password managers

Wayland breaks X11 atoms

X11 atoms can be used to store information on windows. For example, a file manager might store the path that the window represents in an X11 atom, so that it (and other applications) can know for which paths there are open file manager windows. Wayland is not compatible to X11 atoms, resulting in all software that relies on them to be broken until specifically ported to Wayland (which, in the case of legacy software, may well be never).

Possible workaround (to be verified): Use the (Qt proprietary?) Extended Surface Wayland protocol casually mentioned in https://blog.broulik.de/2016/10/global-menus-returning/ "which allows you to set (and read?) arbitrary properties on a window". Is it the set_generic_property from https://github.com/qt/qtwayland/blob/dev/src/extensions/surface-extension.xml?

Wayland breaks games

Games are developed for X11. And if you run a game on Wayland, performance is subpar due to things like forced vsync. Only recently, some Wayland implementations (like KDE KWin) let you disable that.

Wayland breaks xdotool

(Details to be added; apparently no 1:1 drop-in replacement available?)

Wayland breaks xkill

xkill (which I use on a regular basis) does not work with Wayland applications.

What is the equivalent for Wayland applications?

Wayland breaks screensavers

Is it true that Wayland also breaks screensavers? https://www.jwz.org/blog/2023/09/wayland-and-screen-savers/

Wayland breaks setting the window position

Other platforms (Windows, Mac, other destop environments) can set the window position on the screen, so all cross-platform toolkits and applications expect to do the same on Wayland, but Wayland can't (doesn't want to) do it.

  • PCSX2/pcsx2#10179 PCX2 (Playstation 2 Emulator) ❌ broken since 2023-10-25 ("Disables Wayland, it's super broken/buggy in basically every scenario. KDE isn't too buggy, GNOME is a complete disaster.")

  • Wayland might allow the compositor (not: the application) to set window positions, but that means that as an application author, I can't do anything but wait for KDE to implement https://bugs.kde.org/show_bug.cgi?id=15329 - and even then, it will only work under KDE, not Gnome or elsewhere. Big step backward compared to X11!

Wayland breaks color mangement

Apparently color management as of 2023 (well over a decade of Wayland development) is still in the early "thinking" stage, all the while Wayland is already being pushed on people as if it was a "X11 successor".

https://gitlab.freedesktop.org/pq/color-and-hdr/-/blob/main/doc/color-management-model.md

Wayland breaks DRM leasing

According to Valve, "DRM leasing is the process which allows SteamVR to take control of your VR headset's display in order to present low-latency VR content".

Wayland breaks In-home Streaming

Wayland breaks NetWM

Extended Window Manager Hints, a.k.a. NetWM, is an X Window System standard for the communication between window managers and applications

Wayland breaks window icons

Update 6/2024: Looks like this will get unbroken thanks to xdg_toplevel_icon_manager_v1, so that QWindow::setIcon will work again. If, and that's a big if, all compositors will support it. At least KDE is on it.

Wayland breaks drag and drop

Wayland breaks ./windowmanager --replace

  • Many window managers have a --replace argument, but Wayland compositors break this convention.

Wayland breaks Xpra

Xpra is an open-source multi-platform persistent remote display server and client for forwarding applications and desktop screens.

  • Under Xpra a context menu cannot be used: it opens and closes automatically before you can even move the mouse on it. "It's not just GDK, it's the Wayland itself. They decided to break existing applications and expect them to change how they work." (Xpra-org/xpra#4246) ❌ broken since 2024-06-01

Wayland breaks multi desktop docks

  • "Unfortunately Wayland is not designed to support multi desktop dock projects. This is why each DE using Wayland is building their own custom docks. Plus there is a lot of complexity to support Wayland based apps and also merge that data with apps running in Xwayland. A dock isn't useful unless it knows about every window and app running on the system." zquestz/plank-reloaded#70 ❌ broken since 2025-06-10

Xwayland breaks window resizing

Workarounds

  • Users: Refuse to use Wayland sessions. Uninstall desktop environments/Linux distributions that only ship Wayland sessions. Avoid Wayland-only applications (such as PreSonus Studio One) (potential workaround: run in https://github.com/cage-kiosk/cage)
  • Application developers: Enforce running applications on X11/XWayland (like LibrePCB does as of 11/2023)

Examples of Wayland being forced on users

This is exactly the kind of behavior this gist seeks to prevent.

Summary what is wrong with Wayland, by one of its contributors

image

Source: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/179#note_2965661

History

  • 2008: Wayland was started by krh (while at Red Hat)
  • End of 2012: Wayland 1.0
  • Early 2013: GNOME begins Wayland porting

Source: "Where's Wayland?" by Matthias Clasen - Flock 2014

A decade later... Red Hat wants to force Wayland upon everyone, removing support for Xorg

What now?

Following the professional application KiCad's advice:

Recommendations for Users

For Professional Use

If you use KiCad professionally or require a reliable, full-featured experience, we strongly recommend:

Use X11-based desktop environments such as:

XFCE with X11 KDE Plasma with X11 MATE

Traditional desktop environments that maintain X11 support

Install X11-compatible display managers like LightDM or KDM instead of GDM if your distribution defaults to Wayland-only

Choose distributions that maintain X11 support - some distributions are moving to Wayland-only configurations that may not meet your needs

Source: https://www.kicad.org/blog/2025/06/KiCad-and-Wayland-Support/#

Similarly, for Krite: https://www.davidrevoy.com/article1030/debian-12-kde-plasma-2024-install-guide#d-krita-as-appimage

References

@alerikaisattera
Copy link

alerikaisattera commented Aug 9, 2025

KDE & GNOME

KDE and GNOME are as antithetical to each other as they are to everything else

wise Linux desktop user

Is this wise Linux desktop user in the same room with you?

@reaperx7
Copy link

KDE & GNOME

KDE and GNOME are as antithetical to each other as they are to everything else

wise Linux desktop user

Is this wise Linux desktop user in the same room with you?

This represents a huge problem with compositors and relegating the display server to their controls, and why X will continue to be a superior solution in this regard...

A lack of uniformity.

A lack of standardization.

When you get rid of set standards and uniformity, everyone just does their own thing willy-nilly. They don't have to care about the user experience going belly up. They don't have to care about making things work with cohesiveness. They just don't have to care in general.

Look at Xfce, Trinity, Mate, etc. all the spinoff forked deaktop environments of the big names. Yes, Xfce has been it's own thing, but it was at one time a FOSS replacement for CDE. Desktops have to work well for the user. Desktops have to be able to work with a variety of software regardless of the situation. You can't just throw security at a desktop and expect that after you break everything including preset standards of desktop usage that have been in place for 40+ years to suddenly be written off. You don't break the userland. That's been one of the cardinal rules of GNU/Linux.

@affhp
Copy link

affhp commented Aug 10, 2025

I came across a strange advice/request/suggesting on xlibre:

"Please never add screenshot blocking"
X11Libre/xserver#538

Is that what they are trying to do in Wayland world?

@reaperx7
Copy link

Apparently it's a security issue to be able to capture an image from a screen that could reveal sensitive data...

😂

@probonopd
Copy link
Author

Not if you as the user on your machine run only trustworthy software.

Now, on Windows with the Recall feature, that might be a different story.

@reaperx7
Copy link

Not if you as the user on your machine run only trustworthy software.

Now, on Windows with the Recall feature, that might be a different story.

Now now... Remember, the wayland developers and compositor developers know more than us and are doing what is best for us... we are bunch the ignorant users who should do as our masters command.

@alerikaisattera
Copy link

alerikaisattera commented Aug 10, 2025

Is that what they are trying to do in Wayland world?

No. Whether or not it is possible to take screenshot depends entirely on compositor providing such functionality. External software can neither add nor obstruct it

@reaperx7
Copy link

Is that what they are trying to do in Wayland world?

No. Whether or not it is possible to take screenshot depends entirely on compositor providing such functionality. External software can neither add nor obstruct it

So a universal functionality and standard gets left to chance...

@JRRandall
Copy link

So a universal functionality and standard gets left to chance...

Yup. They don’t get it. It’s been 17 years, safe to say they’ll never get it. Replacing ICCCM standards with nothing and then they wonder why widespread adoption isn’t happening. Jamming it down our throats is their last resort.

@JupiterSky11
Copy link

You know, it would be cool if all the people who actually implement the protocol could just fork the protocol and do what needs to be done.
Like, as it stands, Wayland isn't even real. It doesn't exist. There is no "official" implementation of it. That's insane. I don't know who thought it was a good idea to have people implement it themselves when no one even respects the "standard" in the first place. There should be an extensible core piece of software, and then everyone can implement the surrounding pieces on their own.

@JupiterSky11
Copy link

Yup. They don’t get it. It’s been 17 years, safe to say they’ll never get it. Replacing ICCCM standards with nothing and then they wonder why widespread adoption isn’t happening. Jamming it down our throats is their last resort.

"Their"
Okay lol

@JupiterSky11
Copy link

Actually, who even is "they" in this case?

@JRRandall
Copy link

Actually, who even is "they" in this case?

Every toolkit and DE making the decision to go Wayland only and dropping X. The same people propping up Wayland are some of the same ones making this forced decision on us.

@JRRandall
Copy link

You know, it would be cool if all the people who actually implement the protocol could just fork the protocol and do what needs to be done. Like, as it stands, Wayland isn't even real. It doesn't exist. There is no "official" implementation of it. That's insane. I don't know who thought it was a good idea to have people implement it themselves when no one even respects the "standard" in the first place. There should be an extensible core piece of software, and then everyone can implement the surrounding pieces on their own.

I guess that wl_roots slop comes the closest, but I emphatically agree with your take.

@reaperx7
Copy link

reaperx7 commented Aug 11, 2025

No, what we need is a common system that includes an implementation of a universal driver core, display service, and compositor client to replace X with literally a more simplified version of itself that is 100% backwards compatible with X11.

The desktop environments can do their own things, but they should stick to the universal implementation.

@alerikaisattera
Copy link

ICCCM standards

ICCCM is trash tbh

There is no "official" implementation of it.

There is: Weston

No, what we need is a common system that includes an implementation of a universal driver core, display service, and compositor client to replace X with literally a more simplified version of itself that is 100% backwards compatible with X11.

So you are asking for a new version of X11 with all of its flaws

@reaperx7
Copy link

reaperx7 commented Aug 11, 2025

ICCCM standards

ICCCM is trash tbh

There is no "official" implementation of it.

There is: Weston

No, what we need is a common system that includes an implementation of a universal driver core, display service, and compositor client to replace X with literally a more simplified version of itself that is 100% backwards compatible with X11.

So you are asking for a new version of X11 with all of its flaws

Again, wrong. Good Lord are people this dense to not understand how standards work?

ICCCM is a standard. It's a set of rules that outline how applications work together in the X environment. It handles client to client communication, window management, and session management. All done with a set specification.

Weston was a reference. It was not official. It never has been official. There is no official. And official implementation would have all the required functionalities needed for a unilateral implementation that all are to follow. Nobody follows Weston! Not Gnome, not KDE, not Wayfire, not wl_roots... Nobody!

No what we are after is a clean room reimplementing of X11 in X12 or similar that keeps compatibility while offering clean new code that works the same way, but equally not the same. What we are after is a true service system of "server and client" managed like other services.

@alerikaisattera
Copy link

Again, wrong. Good Lord are people this dense to not understand how standards work?

Nice, another anencephalic X11 simp

ICCCM is a standard.

And a very bad one, for that matter

Weston was a reference. It was not official. It never has been official.

Weston is the official Waypiss compositor

No what we are after is a clean room reimplementing of X11 in X12 or similar that keeps compatibility while offering clean new code that works the same way, but equally not the same.

You cannot fix X11's problems and maintain software compatibility at the same time

@smj-cc
Copy link

smj-cc commented Aug 11, 2025

You cannot fix X11's problems and maintain software compatibility at the same time

If you define the "problems" that way, then you make it so.

Most users and developers who describe "problems" they are having with X11, are describing things that can indeed be "fixed" without losing "backward compatibility". Those that are not so described, are not universally agreed upon to be "problems", and are not required to be "fixed" in order to meet the needs of nearly all users.

@reaperx7
Copy link

A problem isn't a problem if there's a solution that fixes things without breaking things.

A problem that breaks things while trying to fix things is a perpetual problem that will always remain a problem.

There's a few old sayings in software development...

If you break it, you will fix it.

You don't fix something that isn't broken.

You maintain compatibility if at all possible.

You never blame the user for a development issue.

If you can abide by these rules, then you'll do well, the project will do well, and you gain some respect from other developers and users alike.

@JupiterSky11
Copy link

Most users and developers who describe "problems" they are having with X11, are describing things that can indeed be "fixed" without losing "backward compatibility". Those that are not so described, are not universally agreed upon to be "problems", and are not required to be "fixed" in order to meet the needs of nearly all users.

Yup. It depends on the perspective. People have different goals, and you can not please everyone nor fit every workflow. That's why we have more than one piece of software in existence.
I don't think trying to move an entire userbase to Wayland while lacking features that X11 has is a great idea.

@JupiterSky11
Copy link

The only solution to this cursor issue is to buy a more powerful GPU, but here Linux on desktop turns into an actual joke because it now requires more powerful hardware than Windows. just to work under heavy loads... And then it won't save you if you 90% utilize that GPU too.

Hi from an Intel Celeron and four gigs of RAM. (Hyprland woot woot)

@JupiterSky11
Copy link

If it doesn't run our existing software that was written over decades for X11, then at the very least it needs to provide a clearly documented migration path. E.g., "don't use function A anymore, use function B instead". But to this day no one could explain to me how to do the most basic things, e.g., what to replace xkill with.

Yeah this is one of those "FOSS issues" that I mentioned... I guess someone should write some docs huh? I'll look into workarounds and migrations for some of the issues in the spare time, maybe I can come up with something. I'll post it here if I can.

Oh, I see. You're not using xkill because it kills the application, you're just using it so there's a GUI way to snipe windows with an orbital cannon.
Interesting. Sounds like a fun bit of software to write... we'll see where that goes.

@JupiterSky11
Copy link

Sniping windows by way of clicking:
Plasma 6: META+CTRL+ESC
Hyprland: hyprctl kill
Gnome: "use the application not responding dialog"... stinky gnome.

@JupiterSky11
Copy link

I think that Wayland really allows desktops to expand beyond the very specific scope of Xorg. I think for most people Xorg is fine, but Xorg is an entire suite, and Wayland isn't even trying to be that... despite their website's bold claims.
They really, really need to fix that website.

@reaperx7
Copy link

I think that Wayland really allows desktops to expand beyond the very specific scope of Xorg. I think for most people Xorg is fine, but Xorg is an entire suite, and Wayland isn't even trying to be that... despite their website's bold claims. They really, really need to fix that website.

You dare commit heresy against the Imperium of Waylandus Developmentarius!?!

@guiodic
Copy link

guiodic commented Aug 11, 2025

You cannot fix X11's problems and maintain software compatibility at the same time

This is an apodictic statement with no real basis. In fact, anyone who makes this claim is never able to find a concrete example.
However, let's assume that this is the case. It is possible that a certain change may require adjustments to the clients. Very well, this means that a few lines of code will need to be modified in some applications or toolkits, but for 99% of cases there will be no problems.
This is certainly a more sensible alternative than creating a totally different protocol that requires everything to be rewritten from scratch.

@reaperx7
Copy link

Compatibility can always be maintained if there is a willingness to do so.

Many companies have learned the hard way that backwards compatibility is the key to bridging the old and the new with some level of seamlessness.

Likewise have developers of software.

@affhp
Copy link

affhp commented Aug 12, 2025

https://www.youtube.com/watch?v=RgagT4WkfGs

Brodie Robertson (Brodie Waylandson according to the top comment.)

In 13:26 about CS2 drop wayland default:

Now, I know a lot of people want to say "oh, but a lot of applications are not compatible with it.
Didn't you just see the other day that Counter-Strike 2 dropped Wayland support?"
Yeah, they dropped Wayland support because the devs of CS2 don't test anything.
And they introduced more problems enabling Wayland support because they don't test anything.
It's not Wayland that was at fault.
It's not testing anything.

Also in 7:25 about XLibre:

But the fact that we are still able to do remotely modern things using X11,
when it's not really being maintained outside of the Xlibre side, is genuinely impressive.

This is the only occurrence about XLibre in the whole video. I like how he bring it up.
That's just another way to say "Xorg is already impressive without XLibre!"

And as always, wayland works just fine :)

@probonopd
Copy link
Author

probonopd commented Aug 12, 2025

He seems to be realizing that a universally used Wayland implementation is missing, and that having everyone make his own compositor is splintering the "platform".

Point in case:

Sniping windows by way of clicking:
Plasma 6: META+CTRL+ESC
Hyprland: hyprctl kill
Gnome: "use the application not responding dialog"... stinky gnome.

What is the xkill equivalent that can be relied on to work on all Wayland implementations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment