Using the extension or typing these two lines in looking glass, I get some random crashes (go to gdm directly). Especially when I launch Synaptic. I use Ubuntu 25.04 with GS+mutter 48.
I don’t understand why.
I get this in logs: clutter_actor_set_name: assertion 'CLUTTER_IS_ACTOR (self)' failed
and the crash report tells me that: clutter_content_invalidate
crashed GS.
I get this, exactly: clutter_actor_set_accessible_name: assertion 'CLUTTER_IS_ACTOR (self)' failed
but that’s not, at least immediately, causing a crash.
I suspect the button’s spinner so I did: Main.panel.statusArea.appMenu._container.remove_child(Main.panel.statusArea.appMenu._spinner)
and it seems to not crash. Waiting for it, though.
There were some changes in libadwaita/spinner, maybe is this related?