STEPS TO REPRODUCE 1. Go to Systemsettings > Window Decoration 2. Enable Plastik OBSERVED RESULT No decoration is visible. It can be interacted with, so it's there, just not rendered properly EXPECTED RESULT Glorious Plastik SOFTWARE/OS VERSIONS KDE Plasma Version: master KDE Frameworks Version: master Qt Version: 6.5.1 ADDITIONAL INFORMATION Wayland
Can confirm; seems to affect all Aurorae window decorations.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4218
Git commit ced95f536cf4119e2c3a7579636fe27290d94486 by David Edmundson. Committed on 01/07/2023 at 11:47. Pushed by davidedmundson into branch 'master'. Adapt offscreenquickview to Qt6 changes Qt6 documentation states: "Note: When using this window in combination with QQuickRenderControl, the result of this function is an empty image, unless the software backend is in use. " We support a mode of using openGL rendering but then exporting as pixmap images for Aurorae. In this case we should simply grab data from our FBO. M +6 -1 src/libkwineffects/kwinoffscreenquickview.cpp https://invent.kde.org/plasma/kwin/-/commit/ced95f536cf4119e2c3a7579636fe27290d94486