BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

Desktop not redrawing on virtual desktop switch in KDE #140

Closed linusheck closed 5 years ago

linusheck commented 5 years ago

When I switch the virtual desktop in KDE, and move into a desktop that is empty, what happens is that I see the frame that was drawn before I switched (the windows on the other desktops frozen), what should happen is that I see the desktop background.

linusheck commented 5 years ago

image Just discovered this is not limited to desktop switching, probably some trivial setting I haven't set.

BurntSushi commented 5 years ago

It's unlikely that this is a problem with Wingo specifically. I don't know what the solution is. You might consider running a standalone compositor, such as compton.

Also, while I haven't looked into it for many years now, Wingo didn't work too well with KDE or other desktop environments. Following the EWMH and ICCCM standards likely isn't enough any more.

Otherwise, please note that, as the README states, this repository is in maintenance mode. It's unlikely that even if this bug is in Wingo, that it will be fixed, unless the fix is trivial.

linusheck commented 5 years ago

Thanks, running compton indeed fixes this. Wingo works great with xfce, by the way. I use it as my daily driver :)