zpydr / gnome-shell-extension-taskbar

GNOME Shell Extension TaskBar
https://extensions.gnome.org/extension/584/taskbar/
152 stars 63 forks source link

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

Open dankor opened 5 years ago

dankor commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

The author has left the extension available for download.  I am using it with Gnome 3.30.  I would like to work with some gnome expert to revitalize this extension. The Dash-to-Doc extension wipes out the dash, and blocks some other functions from operating. That is why I believe it is worth getting it going again.

Regards  Leslie Leslie Satenstein Montréal Québec, Canada

On Sunday, April 7, 2019, 5:53:46 p.m. EDT, Juozas Miškinis <notifications@github.com> wrote:  

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..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

esauloff commented 5 years ago

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 commented 5 years ago

Fantastic. I am delighted    I commented the line at 39 and I replaced the line at  1897         

Hopefully the line numbers in my copy match your line numbers. A similar software to TaskBar that worked, except for positioning isFrippery Panel Favorites  (Panel_Favorites@rmy.pobox.com )

Regards  Leslie Leslie Satenstein Montréal Québec, Canada

On Monday, June 3, 2019, 9:30:31 p.m. GMT-4, Georgii Iesaulov <notifications@github.com> wrote:  

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);

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

hanguyengenet commented 5 years ago

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

lsatenstein commented 5 years ago

This patch only fixes the launch. If you terminate.or modify an extension, the taskbar does not start. It needs  altf r

Sent from Yahoo Mail on Android

On Sun., 7 Apr. 2019 at 7:23 p.m., Leslie S Satensteinlsatenstein@yahoo.com wrote: The author has left the extension available for download.  I am using it with Gnome 3.30.  I would like to work with some gnome expert to revitalize this extension. The Dash-to-Doc extension wipes out the dash, and blocks some other functions from operating. That is why I believe it is worth getting it going again.

Regards  Leslie Leslie Satenstein Montréal Québec, Canada

On Sunday, April 7, 2019, 5:53:46 p.m. EDT, Juozas Miškinis <notifications@github.com> wrote:  

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..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.