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

Error on Gnome 3.38.1 #25

Closed oyvindskaaden closed 4 years ago

oyvindskaaden commented 4 years ago

When using Gnome version 3.38.1 i get the error No JS module 'tweener' found in search path. Probably some removed files.

I see this is reported on gnome extensions website as well.

jeffchannell commented 4 years ago

Thanks for the report.

I’ll take a look and see what I can find. It sounds like the Gnome devs moved something?

jeffchannell commented 4 years ago

It looks as though imports.ui.tweener has been moved to imports.tweener.tweener. I'll abstract out the import a bit and get this fixed up...

jeffchannell commented 4 years ago

I've started a branch here:

https://github.com/jeffchannell/jiggle/tree/issue25

This patch doesn't fail on an existing stable install, and as soon as I can get Gnome 3.38.1 running in a VM and confirm it's working, I'll merge it. In the meantime, if you want to test you can clone this repo, git checkout issue25, then make local. This installs the development version. Edit your extension settings and switch from stable to dev and restart Gnome (log out/in or alt+f2 and r).

jeffchannell commented 4 years ago

I've merged a patch that seems to fix this issue. I am going to tackle one more bug before submitting a new release, but you can use the latest master to patch your local install (and if you need help, just ask).

oyvindskaaden commented 4 years ago

Amazing! Thanks for the great extention btw😁

jeffchannell commented 4 years ago

https://extensions.gnome.org/review/21242 Fix is awaiting review

jeffchannell commented 3 years ago

Review is complete and the new release is available.