Plasma/Wayland Known Significant Issues: Difference between revisions

From KDE Community Wiki
(Add Qt bug report for context menus closing issue)
(→‎Plasma: Remove "No activities" as a blocker because basic support has been implemented; replace with the small remaining issue)
Line 25: Line 25:
== Plasma ==
== Plasma ==
* 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
* Saving and restoring activities does not work
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 / https://bugreports.qt.io/browse/QTBUG-83972
* 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

Revision as of 15:54, 6 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

  • 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.
  • Saving and restoring activities does not work

https://invent.kde.org/plasma/kwin/-/merge_requests/753

Drag and Drop issues