Two GtkSpinners is displayed

The below MR added GtkSpinner feature while loading package release notes in GNOME Software.

https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1751/diffs

And the following is displayed. ( 2 spinners 1 small + 1 big - both spinning simultaneously )

This is GTK 4. I looked into the code, and there is nothing obviously wrong.

Any idea why this happens ?

Hello, @Sid! As a first step, open the GTK inspector and see if there are actually two GtkSpinner widgets in there

That’s the first thing I checked.

Anyways, I’ve opened a new issue in GTK:

https://gitlab.gnome.org/GNOME/gtk/-/issues/6023

1 Like

This is not a GTK issue.

The issue appears to be due to the "icon-dropshadow" css style class that was added in the below commit in GNOME Software.

https://gitlab.gnome.org/GNOME/gnome-software/-/commit/18c16b0c098b25e1f06dce3b6df62961c7720646

I just didn’t guess that CSS could do this kind of stuff ( animated shadows )

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.