Plasma/Wayland Known Significant Issues: Difference between revisions

From KDE Community Wiki
(Add new "Clipboard management" section to group the copy/paste bugs)
(https://github.com/sddm/sddm/pull/1371 has been fixed)
Line 9: Line 9:


== Session management ==
== Session management ==
* User switching doesn't work: https://github.com/sddm/sddm/pull/1371
* Session restoring does not include Wayland native windows. 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 GNOME has according to [https://wiki.gnome.org/Projects/SessionManagement/GnomeSession their wiki] an own implementation for some time.
* Session restoring does not include Wayland native windows. 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 GNOME has according to [https://wiki.gnome.org/Projects/SessionManagement/GnomeSession their wiki] an own implementation for some time.



Revision as of 20:11, 20 April 2021

This page tracks the Wayland showstoppers throughout the stack. Showstoppers are major bugs, crashes, or missing features affecting the Wayland session but not the X11 session. This is part of KDE's Wayland goal.


Clipboard management


Session management

  • Session restoring does not include Wayland native windows. Our sessions management recover engine is based on the 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 GNOME has according to their wiki an own implementation for some time.


KWin/compositing/window management


Plasma


Drag and Drop issues