PythonBlurBehind icon indicating copy to clipboard operation
PythonBlurBehind copied to clipboard

not working in gnome

Open t3dium opened this issue 3 years ago • 1 comments

image

Makes the title bar look weird, and turns the background transparent rather than blurred. Tested on fedora - gnome, on both wayland and x11. Back on arch + kde i never encountered this issue.

t3dium avatar Feb 14 '23 00:02 t3dium

@t3dium If you look at the implementation, it's using the following command on Linux:

xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 -id <ID>

This will only work for KDE-based window managers, and potentially only for X11. I looked for a way to do something similar in Gnome, but it doesn't look like its compositor supports this feature at the moment.

andrew-bedford avatar Dec 28 '24 20:12 andrew-bedford