poehlerj / no-title-bar

Integrates maximized windows with the top panel
https://extensions.gnome.org/extension/2015/no-title-bar-forked/
GNU General Public License v2.0
67 stars 10 forks source link

Extension in Error state: No JS module 'tweener' #24

Closed ironchicken closed 3 years ago

ironchicken commented 4 years ago

I've installed from source following the instructions in the README. I'm using GNOME 3.38.0 (using X11 on Debian unstable).

In the Extension manager tool it shows the error:

No JS module 'tweener' found in search path
stefaca commented 4 years ago

Identical problem, Shell 3.38.0 on Debian 10 Testing (Bullseye)

moshiur-raj commented 4 years ago

Same problem. Using gnome 3.38.1 on arch linux.

rcdeoliveira commented 4 years ago

Tweener was removed from gnome-shell in PR 1200, it seems removing any Tweener reference fix the issue.

diff.txt

juarezr commented 3 years ago

Upgrading from Ubuntu 20.04 to 20.10 (Gnome 3.38) also broke this extension.

DrShadow34 commented 3 years ago

No fix in main branch still? Tryed to install forked one with fix - no luck, same problem.

Turgon-Aran-Gondolin commented 3 years ago

Edit no-title-bar@jonaspoehler.de/app_menu.js and buttons.js file and change imports.ui.tweener to imports.tweener.tweener works for me.

poehlerj commented 3 years ago

This should be fixed by #25. Will upload to extensions.gnome.org later today. After Review this change should be available by the start of next week. Sorry, this took so long