Plasma/Wayland Known Significant Issues: Difference between revisions

From KDE Community Wiki
(Remove https://bugs.kde.org/show_bug.cgi?id=435009 since it's fixed now)
(Add Qt bug report for context menus closing issue)
Line 26: Line 26:
* 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.
* No activities. KWin now has minimal support for them, but the Task Manager doesn't know how to interact with them yet, and it's not properly persisted, so it doesn't survive session restarts. https://invent.kde.org/plasma/kwin/-/merge_requests/753
* No activities. KWin now has minimal support for them, but the Task Manager doesn't know how to interact with them yet, and it's not properly persisted, so it doesn't survive session restarts. https://invent.kde.org/plasma/kwin/-/merge_requests/753
* Context menus close immediately when the tooltip for thing that you right-clicked on closes itself: https://bugs.kde.org/show_bug.cgi?id=417939
* Context menus close immediately when the tooltip for thing that you right-clicked on closes itself: https://bugs.kde.org/show_bug.cgi?id=417939 / https://bugreports.qt.io/browse/QTBUG-83972
* Text copied from a GTK app makes it into Klipper, but cannot be pasted after the GTK app quits: https://bugs.kde.org/show_bug.cgi?id=424649
* Text copied from a GTK app makes it into Klipper, but cannot be pasted after the GTK app quits: https://bugs.kde.org/show_bug.cgi?id=424649
* Cannot unlock session after external screen turns off: https://bugs.kde.org/show_bug.cgi?id=428706
* Cannot unlock session after external screen turns off: https://bugs.kde.org/show_bug.cgi?id=428706

Revision as of 18:09, 5 April 2021

This page tracks the Wayland showstoppers throughout the stack. This is part of KDE's Wayland goal.

KWin/compositing/window management


Input


Plasma

Drag and Drop issues