taj-ny / kwin-effects-forceblur

Blur any window on KDE Plasma 6
GNU General Public License v3.0
107 stars 7 forks source link

Blur missing when window is smaller and then maximized #11

Closed D3SOX closed 3 months ago

D3SOX commented 3 months ago

Reproduction steps

Now the area that was not in the geometry of the whole monitor isn't blurred.

taj-ny commented 3 months ago

Could you provide a video? I'm not able to reproduce this. What happens when you manually resize the window to the size of the screen?

D3SOX commented 3 months ago

No it needs to smaller than the screen, I can provide a video later

aksh1618 commented 3 months ago

It happens for me as well with the Obsidian app. Here's a video: Screencast_20240310_195654.webm

What happens when you manually resize the window to the size of the screen?

On manually resizing it works as expected: Screencast_20240310_200007.webm

taj-ny commented 3 months ago

Okay, I've managed to reproduce the issue with Obsidian.

taj-ny commented 3 months ago

Should be fixed. Check if the issue occurs on the develop branch. Only applications with client-side decorations (excluding GTK apps) seem to be affected.

D3SOX commented 3 months ago

Thank you @aksh1618 for providing the screen recording. I'm gonna test the branch and report back :smiley:

D3SOX commented 3 months ago

I needed to restart KWin (which is a little annoying on Wayland because there's no full session yet) but then it worked fine on the develop branch :rocket:

Here is a simple oneliner for Arch users to build the develop branch

git clone https://aur.archlinux.org/kwin-effects-forceblur-git kwin-effects-forceblur-develop && cd kwin-effects-forceblur-develop && sed -i '/source=/c\source=("$pkgname::git+${url}.git#branch=develop")' PKGBUILD && makepkg -rsifc
taj-ny commented 3 months ago

Fixed in v1.1.1.

D3SOX commented 3 months ago

AUR package updated :heavy_check_mark: