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

Installation problem #14

Closed
aliuselly opened this issue Nov 11, 2020 · 5 comments
Closed

Installation problem #14

aliuselly opened this issue Nov 11, 2020 · 5 comments

Comments

@aliuselly
Copy link

Hello, I can’t find unity-gtk2-module unity-gtk3-module during installation. I have a Debian 10 gnome 3.38.1 system. Can I use this plugin?

@gonzaarcr
Copy link
Owner

Maybe you don’t need them on Debian, I haven’t tested. Try installing appmenu-gtk-module-common appmenu-gtk2-module appmenu-gtk3-module.

@aliuselly
Copy link
Author

aliuselly commented Nov 12, 2020 via email

@aliuselly
Copy link
Author

Maybe you don’t need them on Debian, I haven’t tested. Try installing appmenu-gtk-module-common appmenu-gtk2-module appmenu-gtk3-module.

Hello, I installed the pre-installation according to your requirements, but the following exception occurred when running ./run.sh, but I don’t understand python. However, I used pip3 to install these dependent libraries. They all seem to be Error and non-existence: HudMenu, FuzzyMatch, find_near_matches.

./run.sh: 第 3 行:[: =:需要一元表达式
Traceback (most recent call last):
File "./command.py", line 7, in
from handlers.default import HudMenu
File "/home/aliuselly/Global Menu/Fildem/handlers/default.py", line 13, in
from utils.fuzzy import FuzzyMatch
File "/home/aliuselly/Global Menu/Fildem/utils/fuzzy.py", line 3, in
from fuzzysearch import find_near_matches
ModuleNotFoundError: No module named 'fuzzysearch'

@gonzaarcr
Copy link
Owner

You have to install fuzzysearch with pip3 install fuzzysearch. And you don’t have to run it with sudo.

@aliuselly
Copy link
Author

You have to install fuzzysearch with pip3 install fuzzysearch. And you don’t have to run it with sudo.

Oh, thank you very much, I really did not expect to be able to implement the global menu on the new version of gnome, I have been looking for it for a few months, thanks! ! !

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

2 participants