Bug 444611

Summary: The kitty terminal is not properly blurred under a Wayland session
Product: [Plasma] kwin Reporter: Avraham Hollander <anhollander516>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: minor CC: anhollander516, nate
Priority: NOR Keywords: wayland-only
Version First Reported In: 5.23.2Flags: anhollander516: Wayland+
anhollander516: Intel+
anhollander516: Mesa+
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Avraham Hollander 2021-10-29 15:25:15 UTC
SUMMARY
The kitty terminal is not properly blurred under a Wayland session.

STEPS TO REPRODUCE
1. Install kitty
2. edit ~/.config/kitty.conf and set background_opacity to less than 1
3. Open kitty in a Plasma Wayland session

OBSERVED RESULT
kitty is transparent, but not blurred

EXPECTED RESULT
kitty is transparent and blurred

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.14-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630

ADDITIONAL INFORMATION
I did submit an issue on https://github.com/kovidgoyal/kitty, but since Wayland applications have no control over compositing, this is not an issue that can be fixed on their end.
Comment 1 Vlad Zahorodnii 2021-10-29 18:18:12 UTC
https://invent.kde.org/libraries/plasma-wayland-protocols/-/blob/master/src/protocols/blur.xml

if an application wants to have blurred background, it could use the org_kde_kwin_blur protocol.