https://bugs.kde.org/show_bug.cgi?id=484540

--- Comment #6 from benjamin weber <benji.we...@gmail.com> ---
I've managed to restore the desirable behaviour of windows-can-cover by 

1. Setting the window type to Net::Normal instead of Net::Dock (
KX11Extras::setType(winId(), NET::Normal); )
2. Setting window state to Net::KeepAbove when edge is interacted with and
clearing the state when mouse leaves ( KX11Extras::setState(winId(),
NET::KeepAbove);  KX11Extras::clearState(winId(), NET::KeepAbove);

Code level patch is working fine for me but will require a bit more work to
make it configurable. Before I invest that time what problems do you foresee
with this approach?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to