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

does not work with 3.32.2 #125

Open
jarrard opened this issue Aug 3, 2019 · 11 comments
Open

does not work with 3.32.2 #125

jarrard opened this issue Aug 3, 2019 · 11 comments

Comments

@jarrard
Copy link

jarrard commented Aug 3, 2019

Pop_OS Gnome 3.32.2 here and this menu doesn't work. :(

@The-Panacea-Projects
Copy link
Owner

Have you installed Dependency "gnome-menus"

@jarrard
Copy link
Author

jarrard commented Aug 4, 2019

yes, it comes with pop os 19.04 it seems.

@The-Panacea-Projects
Copy link
Owner

Did you follow the instruction here #118 (comment)

@jarrard
Copy link
Author

jarrard commented Aug 5, 2019

Yeah I downloaded the master and put it over top of the one from the website, also tried it in a clean folder. Is there a away I can get a log output for this extension?

PS. I'm using Plasma5 now as it works better with games somehow, but can still login to gnome and test etc...

@passingthru67
Copy link
Contributor

You can use the journalctl --since and --until options like below ..
journalctl --since "2019-07-30 08:15:00" --until "2019-07-30 08:17:00"

If you want to send the logs to a file, do this ..
journalctl --since "2019-07-30 08:15:00" --until "2019-07-30 08:17:00" > journal.txt

Don’t forget to replace the date/time with the date & time of the issue.

@methilnet
Copy link

methilnet commented Aug 10, 2019

With Pop_OS 19.04 you need package gir1.2-gmenu-3.0 and it dependency libgnome-menu-3-0 for this extension to work. After that "Download button" top right. Rename the extracted folder to " [email protected] " and move to your extensions folder. restart gnome-shell or logout/login.

For the record the error message was:
Aug 10 17:25:33 pop-os gnome-shell[3231]: Extension "[email protected]" had error: Error: Requiring GMenu, version none: Typelib file for namespace 'GMenu' (any version) not found

@jarrard
Copy link
Author

jarrard commented Aug 11, 2019

ok cheers, didn't know that. Might mentioned it in the extensions comment section once I test it out.

@LordPhoenixfr
Copy link

Got same problem here on Ubuntu 19.04 and same solution was successful…

@IncognitaDev
Copy link

I do all steps, but I got this error:
No JS module 'tweener' found in search path

@POpus
Copy link

POpus commented Dec 24, 2020

I do all steps, but I got this error:
No JS module 'tweener' found in search path

The solution to that is possibly here by modifying the path to tweener in the 'extension.js' file => https://gitlab.com/jenslody/gnome-shell-extension-panel-osd/-/merge_requests/30/diffs

But it's not there in my PopOS installation but in 'myWorkspaceThumbnail.js'. Made the same change and I got another error

@IncognitaDev
Copy link

IncognitaDev commented Dec 24, 2020

I do all steps, but I got this error:
No JS module 'tweener' found in search path

The solution to that is possibly here by modifying the path to tweener in the 'extension.js' file => https://gitlab.com/jenslody/gnome-shell-extension-panel-osd/-/merge_requests/30/diffs

But it's not there in my PopOS installation but in 'myWorkspaceThumbnail.js'. Made the same change and I got another error

I change distro and dont remind to exclude my comment, but tank you, will help someone.

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

7 participants