The-Panacea-Projects / Gnomenu

GnoMenu - is a traditional styled full featured Gnome-Shell apps-menu, that aims to offer all the essentials in a simple uncluttered intuitive interface. Menu fully supports user theme integration and in addition themes that carry native support can be found here http://the-panacea-projects.deviantart.com/
GNU General Public License v3.0
119 stars 49 forks source link

does not work with 3.32.2 #125

Open jarrard opened 5 years ago

jarrard commented 5 years ago

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

The-Panacea-Projects commented 5 years ago

Have you installed Dependency "gnome-menus"

jarrard commented 5 years ago

yes, it comes with pop os 19.04 it seems.

The-Panacea-Projects commented 5 years ago

Did you follow the instruction here https://github.com/The-Panacea-Projects/Gnomenu/issues/118#event-2487137706

jarrard commented 5 years ago

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

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

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 " gnomenu@panacier.gmail.com " 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 "gnomenu@panacier.gmail.com" had error: Error: Requiring GMenu, version none: Typelib file for namespace 'GMenu' (any version) not found

jarrard commented 5 years ago

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

LordPhoenixfr commented 5 years ago

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

IncognitaDev commented 3 years ago

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

POpus commented 3 years ago

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

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.