Jump to content

Plasma/Wayland Known Significant Issues: Difference between revisions

From KDE Community Wiki
Meven (talk | contribs)
Ngraham (talk | contribs)
Move Slow Keys to fixed section
 
(412 intermediate revisions by 33 users not shown)
Line 1: Line 1:
This page tracks the Wayland showstoppers throughout the stack. Showstoppers are major bugs, or missing features affecting the Wayland session but not the X11 session. This is part of KDE's [[Goals/Wayland|Wayland goal]].
This page tracks the "Errata/Known issues" that are specific to the Plasma Wayland session: significant omissions compared to the X11 session, quality-of-life annoyances, problems with workarounds, etc. This is part of KDE's [[Goals/Wayland|Wayland goal]].


It is the Wayland-specific companion to [[Plasma/X11 Known Significant Issues]].


== Login/Session management ==
Dropping X11 session support is tracked at https://invent.kde.org/plasma/kwin/-/issues/202 and is currently planed for the release of Plasma 6.8 . There is no release date for Plasma 6.8, yet. Plasma 6.7 (the last version supporting the X11 session) might get a prolonged bugfix period, but this has not yet been decided. <ref>[https://blogs.kde.org/2025/11/26/going-all-in-on-a-wayland-future/ Going all-in on a Wayland future]</ref>
* Session restoring does not include Wayland native windows: https://bugs.kde.org/show_bug.cgi?id=436318. Our sessions management recover engine is based on the [https://www.x.org/releases/X11R7.7/doc/libSM/xsmp.html X Session Management Protocol] and there is apparently currently no generic concept to do it on Wayland. But on Qt it's plugin-able and [https://wiki.gnome.org/Projects/SessionManagement/GnomeSession GNOME has had their own implementation] for some time.
* Windows that *are* session-restored go on the wrong virtual desktops: https://bugs.kde.org/show_bug.cgi?id=421870


== KWin/compositing/window management ==
== Window management ==
* When the compositor crashes or restarts, all apps are killed
* No ability to save and restore positions of native Wayland windows: https://bugs.kde.org/show_bug.cgi?id=15329
* Windows that were closed when maximized will open in the maximized position, but not the maximized state: https://bugs.kde.org/show_bug.cgi?id=437089
* No ability to save and restore window content and state of native Wayland windows: https://bugs.kde.org/show_bug.cgi?id=436318
* Hidpi with fractionnal scaling blurs fonts and images https://bugs.kde.org/show_bug.cgi?id=446674
* Real-fake-session-restored apps don't remember which virtual desktop their windows were on: https://bugs.kde.org/show_bug.cgi?id=482816


== Plasma ==
== Keyboard/typing ==
* Saving and restoring activities does not work
* "Spare Layouts" feature not implemented: https://bugs.kde.org/show_bug.cgi?id=455431 / https://invent.kde.org/plasma/kwin/-/merge_requests/5963
* Monitor connector names are different across X11 and Wayland, so logging into a Wayland session from X11 breaks multimonitor layout and Plasma configs: https://bugs.kde.org/show_bug.cgi?id=385135
* "Per-application Keyboard Layout" does not work: https://bugs.kde.org/show_bug.cgi?id=476831
* XEmbedSNIProxy window eats input in top-left pixel of the screen: https://bugs.kde.org/show_bug.cgi?id=433079


== System Settings ==
== Screens ==
* Font Management KCM doesn't work/isn't visible: https://bugs.kde.org/show_bug.cgi?id=439375
* No way to change the gamma or manually adjust the colors without generating or finding an appropriate ICC profile
* Gamma KCM doesn't work/isn't visible
* Pointer acceleration setting doesn't work: https://bugs.kde.org/show_bug.cgi?id=427771
* Graphic tablet KCM is very barebones compared to X11 version


== Drag and Drop issues ==
== Accessibility ==
* Dragging item from the desktop makes it temporarily disappear: https://bugs.kde.org/show_bug.cgi?id=443470
* Lack of virtual keyboard that emulates a hardware keyboard
* Can't abort drag-and-drop with the Esc key while dropped file is over Plasma panel or desktop: https://bugs.kde.org/show_bug.cgi?id=405267


== Qt/Wayland/other upstream ==
== Graphic Tablet Support ==
* Very blurry fractional scaling for native Wayland windows due to using a downsampled 2x or 3x pixmap: https://bugs.kde.org/show_bug.cgi?id=446674 & https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/34
* Some tablets allow users to switch between touch strip modes. For example, you can click a button and change the mode from one set of shortcuts like scrolling to another set of shortcuts, like changing hue or zooming in and out. This is not possible on Plasma Wayland: https://bugs.kde.org/show_bug.cgi?id=477787
* No color management: https://bugs.kde.org/show_bug.cgi?id=439135 / https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14
 
* KDE app windows don't get brought forward when activated by another KDE app: https://codereview.qt-project.org/c/qt/qtwayland/+/321246 (in review: ; support will come sometime for Qt 6)
== Remote desktop ==
* KDE app windows activated by Electron apps don't get brought forward due to lack of support for the Activation protocol in the toolkit: https://github.com/electron/electron/issues/30912
* No headless RDP: https://bugs.kde.org/show_bug.cgi?id=481912 and https://github.com/neutrinolabs/xrdp/issues/2637
* Picture-in-Picture windows from web browsers do not stay on top: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/44
 
* When a notification times out, it closes any context menus that are open and then blocks the next two right-clicks: https://codereview.qt-project.org/c/qt/qtwayland/+/347783
== KDE applications ==
* Opening files using command-line binaries in Konsole doesn't raise existing windows: https://bugs.kde.org/show_bug.cgi?id=442265
 
== Waiting on new Wayland protocol ==
* Global Menu is not supported for non-Qt apps: https://bugs.kde.org/show_bug.cgi?id=424485. Needed wayland protocol: see https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/52
 
== Fixed in an upcoming version ==
* Sub-menus are mis-positioned when parent menu is close to a screen edge: https://bugs.kde.org/show_bug.cgi?id=500584 / https://bugreports.qt.io/browse/QTBUG-124810 - fixed in Qt 6.11
* Can't set custom modelines for screens: https://bugs.kde.org/show_bug.cgi?id=456697 - Implemented in Plasma 6.6.0
* Output mirroring is buggy: https://bugs.kde.org/show_bug.cgi?id=481222 - Fixed in Plasma 6.6.0
* Slow Keys feature doesn't work: https://bugs.kde.org/show_bug.cgi?id=490826 - Fixed in Plasma 6.6.0

Latest revision as of 15:50, 2 January 2026

This page tracks the "Errata/Known issues" that are specific to the Plasma Wayland session: significant omissions compared to the X11 session, quality-of-life annoyances, problems with workarounds, etc. This is part of KDE's Wayland goal.

It is the Wayland-specific companion to Plasma/X11 Known Significant Issues.

Dropping X11 session support is tracked at https://invent.kde.org/plasma/kwin/-/issues/202 and is currently planed for the release of Plasma 6.8 . There is no release date for Plasma 6.8, yet. Plasma 6.7 (the last version supporting the X11 session) might get a prolonged bugfix period, but this has not yet been decided. [1]

Window management

Keyboard/typing

Screens

  • No way to change the gamma or manually adjust the colors without generating or finding an appropriate ICC profile

Accessibility

  • Lack of virtual keyboard that emulates a hardware keyboard

Graphic Tablet Support

  • Some tablets allow users to switch between touch strip modes. For example, you can click a button and change the mode from one set of shortcuts like scrolling to another set of shortcuts, like changing hue or zooming in and out. This is not possible on Plasma Wayland: https://bugs.kde.org/show_bug.cgi?id=477787

Remote desktop

KDE applications

Waiting on new Wayland protocol

Fixed in an upcoming version