https://bugs.kde.org/show_bug.cgi?id=264276
Vlad Zagorodniy <vladz...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vladz...@gmail.com --- Comment #2 from Vlad Zagorodniy <vladz...@gmail.com> --- (In reply to Thomas Lübking from comment #1) > Looking at the effect, it needs some overhaul (two different animation > lists, QHash::operator[] abuse) but if (as i assume) plasma doesn't keep and > unmap the notification window but actually closes and reopens it, this will > likely not fix (easily). On X11, that's indeed the case: windowAdded(KWin::EffectWindowImpl(0x562922dd79f0)) windowClosed(KWin::EffectWindowImpl(0x562922dd79f0)) windowAdded(KWin::EffectWindowImpl(0x562922c87210)) windowClosed(KWin::EffectWindowImpl(0x562922c87210)) windowAdded(KWin::EffectWindowImpl(0x562922e2d550)) windowClosed(KWin::EffectWindowImpl(0x562922e2d550)) windowAdded(KWin::EffectWindowImpl(0x562922e31050)) windowClosed(KWin::EffectWindowImpl(0x562922e31050)) windowAdded(KWin::EffectWindowImpl(0x562922259a30)) windowClosed(KWin::EffectWindowImpl(0x562922259a30)) windowAdded(KWin::EffectWindowImpl(0x562922e2a130)) windowClosed(KWin::EffectWindowImpl(0x562922e2a130)) It would be great to know whether that's the case for Wayland. > The client would require a unique tag (maybe alongside the present property > data?) so the direction can be toggled based on this. -- You are receiving this mail because: You are watching all bug changes.