Alban-Boissard / kwin-effects-blur-respect-rounded-decorations

A fork of the kwin blur effect that solve the corners bug.
GNU General Public License v2.0
113 stars 5 forks source link

Bottom corners clip squares while using LightlyShaders #3

Closed thegeekywanderer closed 2 years ago

thegeekywanderer commented 2 years ago

While using Lightlyshaders (or ShapeCorners) here is a look at the bottom corner (extreme radius) image

And here is how top corners are handled at the same radius image

This causes the blur to clip into the window and shows transparent areas. I feel this is happening because we have to disable the window borders of the Decorations for LightlyShaders to take affect.

thegeekywanderer commented 2 years ago

Also is it possible that you could patch the Force Blur KWin Script to use this effect instead of the regular Blur effect? Because when force blur is used the Korners bug persists

Alban-Boissard commented 2 years ago

I can reproduce the issue. The way lightlyShaders handles the corners is not compatible with the way this effect works.
You maybe can try https://github.com/a-parhom/LightlyShaders that handle the corners bug itself.

Alban-Boissard commented 2 years ago

A close the issue, and update the readme to inform of the incompatibility with LightlyShaders.

thegeekywanderer commented 2 years ago

But isn't it possible to round the bottom corners the same way as you rounded the top?