-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
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" |
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.. |
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 <[email protected]> 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.
|
Update from #213. I made it work on Fedora 30 with Gnome 3.32.2. So in ./TaskBar@zpydr/extension.js:
|
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 ([email protected] )
Regards
Leslie
Leslie Satenstein
Montréal Québec, Canada
On Monday, June 3, 2019, 9:30:31 p.m. GMT-4, Georgii Iesaulov <[email protected]> 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.
|
Update: Type Error: global.screen is undefined. |
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 Satenstein<[email protected]> 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 <[email protected]> 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.
|
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
The text was updated successfully, but these errors were encountered: