| Summary: | Allow for blurring of transparent elements | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Buck Shockley <darkwingbuck13> |
| Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.8.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Buck Shockley
2016-11-16 15:12:41 UTC
Blur is an opt-in feature by the windows. A window needs to pass the region it wants to have blurred through a windowing system specific API. There is an API call in KWindowSystem for it. E.g. konsole needs to implement this, which is bug #198175. From kwin side we cannot just blur every translucent window as e.g. GTK+ uses translucency to add shadows. This would look really bad and destroy performance. |