| Summary: | Glitches when blur with caches | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | LuRan <hephooey_dev> |
| Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | philipp-dev |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
blur with glitches
Blur without glitch |
||
Created attachment 64433 [details]
Blur without glitch
I can reproduce the bug and hope that I have fixed it now with the commit 34e416978445f41db40e99d7fcefab2601d0d68f. It seems the glitches are gone, thanks Philipp. |
Created attachment 64432 [details] blur with glitches Version: git master (using Devel) OS: Linux Sometimes when the widget updates and the blur region changes, the translucent part dose not update. The widget will repaint properly after I move the mouse to the taskbar in the plasma panel. If I disable the cache the glitches disappear. I am using oxygen-transparent style. and kde-workspace d17dc35f704e4a7379ac618fb0de8547737eca3b Reproducible: Always Steps to Reproduce: 1. Open systemsettings 2. Select desktop effects Actual Results: Part of the translucent widget does not update, like blur.png in the attachment Expected Results: Should be like blur2.png in the attachment