SUMMARY No blur after short time working in plasma under wayland. This is true for plasma pop-ups, plasma widgets activated from panel and menus after right-click STEPS TO REPRODUCE 1. install git-master rpms, start into wayland session (X11 not tested) 2. activate multiple widgets where you expect blurred background OBSERVED RESULT - works shortly, but then often no blurred background but transparent window appears EXPECTED RESULT always blur not transparent SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20220706 KDE Plasma Version: 5.25.80 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.18.9-1-default (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz Memory: 31.0 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics Manufacturer: TUXEDO Product Name: TUXEDO System Version: Not Applicable
Tested it in X11 session and there it is working fine
Confirmed, will be fixed with https://invent.kde.org/plasma/kwayland-integration/-/merge_requests/26.
Git commit ef6386250f87d1868b52fea3be2f00bbde7c2ba0 by Nate Graham, on behalf of Xuetian Weng. Committed on 14/07/2022 at 13:37. Pushed by ngraham into branch 'master'. Fix blur/contrast region not getting updated There is a misunderstanding of current blur protocol in the previous fix. The update{Blur/Contrast}Region is only triggered by setting a new blur object, which essentially ignore update the future update of blur region. This tries to restore the old behavior, by always creating a new blur object, but always make sure we destroy them when being replaced. M +37 -43 src/windowsystem/windoweffects.cpp M +3 -5 src/windowsystem/windoweffects.h https://invent.kde.org/plasma/kwayland-integration/commit/ef6386250f87d1868b52fea3be2f00bbde7c2ba0