-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
OS: Elementary OS 5.0 Juno (based on Ubuntu 18.04)
I have Python2 and Python3 installed.
Not sure if this is a keybind issue or not, but I installed "indicator-fileshare-0.6.0.deb" using apt-get install, it installed without any issues.
Problem is that nothing happens when I try to start the Fileshare Applet, no indicator that it has started or anything. I also checked if python3 could import Keybinder properly from gi.repository - it couldn't.
>>> from gi.repository import Keybinder
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 888, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/gi/importer.py", line 127, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name Keybinder, introspection typelib not found
But yeah, nothing happens when I click the applet, and P isn't responding, obviously.