Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No JS module 'remoteMenu' found in search path #212

Open
dankor opened this issue Mar 20, 2019 · 7 comments
Open

No JS module 'remoteMenu' found in search path #212

dankor opened this issue Mar 20, 2019 · 7 comments

Comments

@dankor
Copy link

dankor commented Mar 20, 2019

Can't install it for 3.32, X session:
gnome-shell[8857]: Extension "TaskBar@zpydr" had error: ImportError: No JS module 'remoteMenu' found in search path

@NateP05
Copy link

NateP05 commented Apr 4, 2019

got the same error since 3.32 gnome-shell update on Manjaro Linux Kernel 5.0.5-1. Gnome-Tweaks says it can't load the module and gnome-shell log states "ImportError: No JS module 'remoteMenu' found in search path"

@jmiskinis
Copy link

I assume you haven't looked at the frontpage of the repo which explains that the development has stopped. Unless someone rewrites it for gnome-shell 3.32, it's unlikely that we'll see any fixes..

@lsatenstein
Copy link

lsatenstein commented Apr 7, 2019 via email

@esauloff
Copy link

esauloff commented Jun 4, 2019

Update from #213.

I made it work on Fedora 30 with Gnome 3.32.2.
Used similar issue fix from Dash-to-Panel extension here:
home-sweet-gnome/dash-to-panel@d71893e

So in ./TaskBar@zpydr/extension.js:

//const RemoteMenu = imports.ui.remoteMenu;
...
this.taskMenu = new imports.ui.remoteMenu.RemoteMenu(button, app.menu, app.action_group);

@lsatenstein
Copy link

lsatenstein commented Jun 4, 2019 via email

@hanguyengenet
Copy link

Update: Type Error: global.screen is undefined.
in ./TaskBar@zpydr/
extension.js
windows.js
->replace global.screen by global.workspace_manager everywhere

@lsatenstein
Copy link

lsatenstein commented Aug 4, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants