Skip to content

[PC3/BusyIndicator] Avoid running invisible animation

David Edmundson requested to merge work/krunner_spinny into master

Running is a property managed by a state machine. It is bound in the transition between states. We don't run a transition to get to the first state.

The running property never gets initially set.

This means krunner is invisibly animating at 60fps constantly even when it's not doing anything. As seen through WAYLAND_DEBUG and top.

Merge request reports