HN Debrief

Preparing for KDE Plasma's Last X11-Supported Release

The post lays out KDE Plasma’s plan to retire its X11 session after Plasma 6.8, making that release the last one to support the old Linux windowing system. The stated reason is straightforward: maintaining both X11 and Wayland code paths is expensive, and KDE thinks focusing on Wayland will free up work for performance, polish, and new features. KDE’s own telemetry in the post says most current Plasma 6 users are already on Wayland, though the post also notes the share drops when older Plasma 5 users are included.

For product and platform leaders, this is a live example of what happens when a cleaner architecture overtakes an older one before edge-case workflows are covered: the mainstream gets simpler, but valuable power-user, accessibility, and enterprise scenarios become migration risk and support debt.

Discussion mood

Mixed but leaning negative. Many people accept that KDE and Linux desktops are moving to Wayland and some say it is already better for normal use, but the dominant mood is frustration that X11 is being retired while accessibility, remote desktop, automation, advanced window management, older hardware support, and cross-compositor consistency still feel incomplete.

Key insights

  1. 01 The Talon fallout was overstated in one important way.
    Talon’s developer said the plan is to stop at one more public Linux X11 release and leave it available, while continuing X11 support indefinitely for paid users. He also argued the real blocker is not refusal to support Wayland in principle but the lack of broad, non-hacky APIs across GNOME, KDE, and wlroots. That reframes the issue from one stubborn vendor to a platform mismatch between what accessibility tools need and what Wayland desktops expose today.

    The immediate Talon story is less dire than it first appeared. The deeper problem remains that critical assistive software still has no stable cross-desktop target on Wayland.
      Attribution:
    • lunixbochs #1 #2 #3
    • suby #1
  2. 02 Wayland’s core process is the tradeoff, not just the protocol itself.
    One comment pinned the problem on the standards path: the “right” fix is to design a protocol, get it into wayland-protocols, and wait for compositors to implement it. Another pushed the opposite view, saying real users need compositor-specific implementations first and standardization later. The tension explains why so many missing features linger for years. The portable path is slow, while the practical path fragments the platform.

    Wayland’s governance model is producing a familiar outcome. Cross-desktop solutions arrive late, and compositor-specific hacks fill the gap in the meantime.
      Attribution:
    • kelnos #1 #2
    • tuna74 #1
  3. 03 Desktop deprecations are harder to validate than SaaS deprecations because maintainers cannot easily see who silently falls back.
    One commenter pointed out that KDE has effectively been running the migration for years by defaulting Plasma 6 to Wayland, but another made the stronger point that a privacy-respecting desktop project has no reliable telemetry for “who went back to X11 because feature X broke.” That means hidden regressions are likely, especially for niche but high-value workflows that never make it into bug trackers.

    A desktop platform can look migration-ready in telemetry while still failing important users who quietly route around the change. That is a real blind spot for open source maintainers.
      Attribution:
    • kelnos #1
    • doublepg23 #1
    • Postosuchus #1
  4. 04 The accessibility problem is narrower and more concrete than “Wayland has no accessibility,” but that does not make it small.
    One reply pushed back that screen readers and some accessibility features already work through D-Bus and toolkit layers, not the display server. The harder gap is the set of capabilities X11 exposed by default, like screen capture for magnifiers, input injection, cursor control, and desktop-wide automation. Those are exactly the features advanced assistive tools depend on. The result is not total absence of accessibility support. It is a cliff between basic integrated features and the power tools some disabled users actually need.

    Wayland accessibility is not zero. The missing layer is advanced desktop control, which is often the part that makes a machine truly usable for disabled power users.
      Attribution:
    • creesch #1
    • superkuh #1
    • suby #1

Against the grain

  1. 01 For mainstream desktop use, Wayland may already be over the line.
    Several people said recent KDE or GNOME setups on Debian, Kubuntu, Arch, or AMD hardware were indistinguishable from X11 or better. They cited smoother frame pacing, cleaner resizing behavior, working scaling, HDR progress, and lower friction than older attempts. That does not dismiss the edge cases, but it does challenge the idea that KDE is forcing users onto an obviously broken stack.

    If your environment is conventional, KDE on Wayland may already be the least painful option. The migration pain is concentrated in specific workflows, not every desktop.
      Attribution:
    • bityard #1
    • fhars #1
    • ahartmetz #1
    • hgoel #1
    • janice1999 #1
  2. 02 The security argument is not fake, just badly executed.
    One commenter defended blocking app-controlled always-on-top windows by default because compromised apps or hostile web content can abuse broad windowing privileges. Another added that stronger isolation is the right direction given supply chain attacks and weak desktop sandboxing. Their complaint was not that Wayland tightened permissions. It was that Wayland shipped the restrictions before shipping clean, minimal side channels for legitimate uses.

    There is a real security case for removing X11-era powers. The stronger critique is sequencing and implementation, not the goal of tighter isolation itself.
      Attribution:
    • teo_zero #1
    • orbital-decay #1
  3. 03 The gaming doom narrative did not hold up well.
    Several comments noted that Steam Deck, Bazzite, CachyOS, and SteamOS desktop mode all default to Wayland, and some users said games that fail under Wine or Proton usually do not magically work better in an X11 session. Valve’s gamescope stack also shows that Linux gaming can thrive with Wayland at the center, even if some older titles and niche setups still stumble.

    Wayland is not obviously killing Linux gaming. The better claim is that compatibility is uneven outside the heavily tested Steam ecosystem.
      Attribution:
    • mhitza #1
    • quasigod #1
    • nickserv #1
    • TiredOfLife #1

Reference links

Accessibility and Wayland

KDE and Wayland status

Wayland protocols and implementation details

Remote desktop and gaming tools

Application-specific Wayland gaps

Hardware and compositor compatibility

Alternative desktops and migration paths

Security and historical context