debian/patches: Align AdwSpinnerPaintable Design and Animation to YaruCircularProgressIndicator
requested to merge ochi12/libadwaita:patch/adw-spinner-paintable-design-and-animation into ubuntu/latest
This patch reimplements the AdwSpinnerPaintable
to match the visual design and behavior of Yaru’s YaruCircularProgressIndicator
from yaru.dart
. This patch is constrained to Ubuntu Session and Yaru (and other variants) icon theme.
Screencast_From_2025-06-28_18-47-26
Changes Introduced
- Replaced the original dynamic arc animation with three evenly spaced, continuously spinning arcs.
- Introduced a dynamic gap between arcs that increases with speed, improving visibility during faster rotations.
- Adjusted the animation duration to 8000 ms, consistent with Yaru’s implementation.
References
- Yaru design and discussion: ubuntu/yaru#4134
- Patch work StSpinnerContent for gnome-shell
- origin: libadwaita-1/+bug/2114778