Plasma/Wayland Known Significant Issues: Difference between revisions

From KDE Community Wiki
(Add color management as a significant issue)
(→‎Fixed upstream: Remove items in upstream software that's already released, so everyone should have the fix by now)
Line 52: Line 52:


== Fixed upstream ==
== Fixed upstream ==
These are fixed upstream but neither backportable nor backported to Qt 5. The issues listed in this section will not affect Plasma 6 or newer.
These issues are fixed upstream in versions of upstream software that are not yet released:


* plasmashell crashes when hovering or clicking items on the Panel due to "zwp_linux_buffer_params_v1.add" protocol error: https://bugs.kde.org/show_bug.cgi?id=447717; fixed in Qt 6.3
* Wrong positioning of context menu in multiple screens: https://bugs.kde.org/show_bug.cgi?id=436016 / https://bugreports.qt.io/browse/QTBUG-85297; fixed in Qt 6.4
* When using a fractional scale factor, native Wayland apps are slightly blurry: https://bugs.kde.org/show_bug.cgi?id=446674; fixed in Qt 6.6
* Changing scale causes Qt-based software to become blurry until restarted: https://bugreports.qt.io/browse/QTBUG-78327; fixed in Qt 6.6
* Apps using QDesktopServices::openUrl()/Qt.openUrlExternally don't raise existing windows in the activated app: https://codereview.qt-project.org/c/qt/qtwayland/+/321246 and https://codereview.qt-project.org/c/qt/qtbase/+/447556; fixed in Qt 6.5
* QMenus appear as standalone windows when opened using a stylus: https://bugreports.qt.io/browse/QTBUG-111130; fixed in Qt 6.6 - https://github.com/qt/qtwayland/commit/59fae923d72eaf640035237ae6ddb1ccfeba2210
* After dragging-and-dropping a Favorites app in Kickoff, next click anywhere launches that thing: https://bugs.kde.org/show_bug.cgi?id=444489 - Fixed in Qt 6.5
* When the compositor crashes or restarts, Qt apps are killed - Fixed in Qt 6.6
* In multi-monitor setups with at least one scaled display, Context menus have items which are invisible until hovered: https://bugreports.qt.io/browse/QTBUG-93380 - Fixed in Qt 6.6
* When logging into a Wayland session after having previously used the X11 session, all outputs have their scales reset to 100%: https://bugs.kde.org/show_bug.cgi?id=433460
* Context menu text becomes is blurry until interacted with on scaled displays in multi-display setups: https://bugs.kde.org/show_bug.cgi?id=451259
* Some Plasma icons are blurry until interacted with mixed-dpi multi-screen setup: https://bugs.kde.org/show_bug.cgi?id=460493
* QDockWidget does not visually move when moving and is not re-dockable when detached: https://bugreports.qt.io/browse/QTBUG-87332 - fixed in Qt 6.6
* Plasma and apps crash when dragging anything into another app: https://bugs.kde.org/show_bug.cgi?id=470925 - fixed in Qt 6.6
* Unusably poor performance on external screens with NVIDIA Optimus setup: https://bugs.kde.org/show_bug.cgi?id=452219 - NVidia will release a driver that fixes this before Plasma 6.0 is released
* With screen scaling, cursor size was incorrect when hovering over Chromium-based browsers and Electron apps with native Wayland support enabled: cursor-shape-v1 protocol was implemented in Chromium 122: crrev.com/c/5196950, available in Electron 29: https://github.com/electron/electron/releases/tag/v29.0.0
* Dialog Parent effect isn't working: https://bugs.kde.org/show_bug.cgi?id=460819 – fixed in Qt 6.8 and KWin 6.1
* Dialog Parent effect isn't working: https://bugs.kde.org/show_bug.cgi?id=460819 – fixed in Qt 6.8 and KWin 6.1

Revision as of 14:56, 4 April 2024

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

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


Session management

KWin/compositing/window management

Color Management

  • Graphics programs that require color accuracy in professional settings such as Krita, GIMP, Scribus, Darktable, Blender, DaVinci Resolve, etc. cannot guarantee accuracy, especially when moving between color spaces like sRGB and CMYK (from digital to print) or Rec. 709 (broadcast TV) until the Color Management and HDR protocol is merged and compositors like KWin implement support for it: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14
  • Calibration/Profiling tools like DisplayCAL and argyllcms are used with colorimeters to ensure monitors are displaying color accurately. A portal (which has not been proposed yet) is required for these tools to be able to calibrate the monitor on Wayland and hand the ICC profile over to the compositor as discussed here. Relevant DisplayCAL issue here: https://github.com/eoyilmaz/displaycal-py3/issues/133

Accessibility

Plasma

NVIDIA

Upstream

Not yet fixed

Fixed or work in progress

Fixed upstream

These issues are fixed upstream in versions of upstream software that are not yet released: