mzur / gnome-shell-wsmatrix

GNOME shell extension to arrange workspaces in a two-dimensional grid with workspace thumbnails
GNU General Public License v3.0
456 stars 58 forks source link

Minor changes for gnome 46. Overview not working! #277

Closed andersjohansson closed 3 months ago

andersjohansson commented 3 months ago

Very preliminary and partial solution for #276

I don’t have a good understanding for how it all works, but these changes enabled me to run it. However, overview is not working and results in these errors. Couldn’t understand why.

mar 28 09:51:20 ajla gnome-shell[18550]: _st_create_shadow_pipeline_from_actor: assertion 'clutter_actor_has_allocation (actor)' failed
mar 28 09:51:20 ajla gnome-shell[18550]: _st_create_shadow_pipeline_from_actor: assertion 'clutter_actor_has_allocation (actor)' failed
mar 28 09:51:20 ajla gnome-shell[18550]: _st_create_shadow_pipeline_from_actor: assertion 'clutter_actor_has_allocation (actor)' failed
mar 28 09:51:20 ajla gnome-shell[18550]: _st_create_shadow_pipeline_from_actor: assertion 'clutter_actor_has_allocation (actor)' failed
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [StIcon] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [StIcon] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [StIcon] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: Can't update stage views actor unnamed [StIcon] is on because it needs an allocation.
mar 28 09:51:20 ajla gnome-shell[18550]: clutter_actor_allocate: assertion '!isnan (real_allocation.x1) && !isnan (real_allocation.x2) && !isnan (real_allocat>

I don’t use overview much, and disabling it in settings avoids the errors.