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

--- Comment #36 from David Edmundson <k...@davidedmundson.co.uk> ---
That leaves one (that we know of) in file transfers/systemtray.

This happens: 
 - when the notification dialog is open
 - the dialog gets closed because there are no items

If I do "notify-send -t 0 asdasf" (so that the notification applet is still
'active' and doesn't close) it doesn't crash.

Assuming it's the same cause as the other one, it means we're toggling an
animation from inside the animation mid way through it running.

The animation causing the crash is 

BusyIndicatorStyle {
        RotationAnimator on rotation {
            running: control.running && control.visible && control.opacity > 0;
}

change that to true and it doesn't crash. Remove any one of those components it
still crashes.

Also, RotationAnimator.running is private API of the style so it can't be
influenced externally.

It seems the trigger is completely unrelated to the wallpaper one.
and this one is a lot harder to reproduce in a test case.

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

Reply via email to