https://bugs.kde.org/show_bug.cgi?id=360037
Maximilian Schiller <manim...@outlook.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit|https://commits.kde.org/yak |https://invent.kde.org/util |uake/1071c021ae7507140d2a6f |ities/yakuake/commit/9202df |8dd97251841bb3a922 |97322ae2f58104e387e914de15b | |06644ff Status|ASSIGNED |RESOLVED --- Comment #29 from Maximilian Schiller <manim...@outlook.de> --- Git commit 9202df97322ae2f58104e387e914de15b06644ff by Maximilian Schiller, on behalf of Bharadwaj Raju. Committed on 18/05/2021 at 15:14. Pushed by mschiller into branch 'master'. 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. M +1 -20 app/mainwindow.cpp M +0 -1 app/mainwindow.h https://invent.kde.org/utilities/yakuake/commit/9202df97322ae2f58104e387e914de15b06644ff -- You are receiving this mail because: You are watching all bug changes.