Skip to content
Commit 9202df97 authored by Bharadwaj Raju's avatar Bharadwaj Raju Committed by Maximilian Schiller
Browse files

Fix Yakuake icon appearing in taskbar through Qt::Tool window flag

So far we've been setting _NET_WM_STATE_SKIP_TASKBAR ourselves, but
Qt messes with this, leading to race conditions where it still
appears in the taskbar. This sets the Qt::Tool window flag, which
will set it via Qt itself, and won't be clobbered. An old hack has
been removed, as it isn't needed anymore.

Also makes show animation match retract animation.

BUG: 360037
parent 21ad0b56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment