jeffchannell / jiggle

Gnome extension that highlights the cursor position when the mouse is moved rapidly.
GNU General Public License v2.0
137 stars 27 forks source link

Add Gnome 41 to metadata #51

Closed rohmishra closed 3 years ago

rohmishra commented 3 years ago

This should fix #50

Adds support for gnome 41 in metadata. In my (extremely limited) testing the extension should work without any changes on version 41.

jeffchannell commented 3 years ago

Thanks for the contribution!

I've not yet tested in Gnome 41, so I'm going to hold on releasing immediately.

rohmishra commented 3 years ago

I have done some testing on Gnome 41 on wayland and all three modes work as intended for me.

Cursor scaling produces following messages in logs but it works as intended visually:

Nov 13 15:01:02 stormstar gnome-shell[3722]: st_widget_get_theme_node called on the widget [0x5592bdb1a8b0 ScalingIcon:insensitive last-child] which is not in the stage.

Nov 13 15:01:02 stormstar gnome-shell[3722]: st_widget_get_theme_node called on the widget [0x5592bdb1a8b0 ScalingIcon:insensitive last-child] which is not in the stage.

Nov 13 15:01:02 stormstar gnome-shell[3722]: Spurious clutter_actor_allocate called for actor 0x5592bdb1a8b0/<unnamed>[<ScalingIcon>:0x5592bdb1a8b0] which isn't a descendent of the stage!

Hope this helps.