https://bugs.kde.org/show_bug.cgi?id=479893
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- https://invent.kde.org/plasma/kwin/-/merge_requests/5024 fixed missing blur in aurorae decorations. Note that there was an API breaking change and window decorations that need blur should add the new mask element, as described in https://develop.kde.org/docs/plasma/aurorae/#blur It's not enough to use a color scheme with translucent colors, the widget style should request blur. Breeze doesn't do it because it's not part of its design language. You would need to use a widget style that supports blur. kvantum supports blur but it seems like it enables blur only for certain windows. For example, kvantum manager gets blurred background but dolphin and other applications don't. Neither such application attempts to request blur, I confirmed it by analyzing WAYLAND_DEBUG output. If apps miss blurred background with kvantum style, I recommend to report this issue to kvantum developers. I don't think there's something that we can do on the compositor side. Aurorae decorations regressed, but that was fixed. -- You are receiving this mail because: You are watching all bug changes.