-
Notifications
You must be signed in to change notification settings - Fork 85
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
Traceback error when running run.sh #43
Comments
|
Thanks for the help, but it didn't work for me.
I think its because i'm using asdf.
python3-gi its only callable by system python (at /usr/bin/python3.8 in my case). I already try to reshim, but had no luck.
I think we can close this issue, the problem is in the configuration of my system. Thanks for the help. |
Maybe try with |
I've dowloaded the repo and moved fildemGMenu@gonza.com to my extensions folder, but wen i run ./run.sh i get a Traceback error form python that says:
"""
Traceback (most recent call last):
File "/home/bruno/globalmenu-gnome/Fildem/./command.py", line 6, in
from handlers.default import HudMenu
File "/home/bruno/globalmenu-gnome/Fildem/handlers/default.py", line 1, in
import gi
ModuleNotFoundError: No module named 'gi'
"""
I've tried to install these packages with pip, but had no success.
I'm using pop-os 20.10, gnome is 3.38.3
"""
❯ la ~/.local/share/gnome-shell/extensions/
total 28K
drwxrwxr-x 5 bruno bruno 4.0K Mar 20 10:18 caffeine@patapon.info
drwxrwxr-x 4 bruno bruno 4.0K Mar 20 10:20 clipboard-indicator@tudmotu.com
drwxrwxr-x 5 bruno bruno 4.0K Mar 20 13:42 dynamic-panel-transparency@rockon999.github.io
drwxrwxr-x 3 bruno bruno 4.0K Mar 27 14:21 fildemGMenu@gonza.com
drwxrwxr-x 5 bruno bruno 4.0K Mar 26 12:15 floating-dock@nandoferreira_prof@hotmail.com
drwxrwxr-x 6 bruno bruno 4.0K Mar 20 13:37 freon@UshakovVasilii_Github.yahoo.com
drwxrwxr-x 7 bruno bruno 4.0K Mar 26 08:42 sound-output-device-chooser@kgshank.net
."""
The text was updated successfully, but these errors were encountered: