You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The sound switcher will crash with the following error:
Traceback (most recent call last):
File "/usr/local/bin/indicator-sound-switcher", line 32, in <module>
from indicator_sound_switcher.indicator import SoundSwitcherIndicator, APP_ID
File "/usr/local/lib/python3.8/dist-packages/indicator_sound_switcher/indicator.py", line 21, in <module>
from .config import Config, KeyboardManager
File "/usr/local/lib/python3.8/dist-packages/indicator_sound_switcher/config.py", line 8, in <module>
gi.require_version('Keybinder', '3.0')
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Keybinder not available
after a clean install using sudo python3 setup.py install on Ubuntu 20.04. Running sudo apt install gir1.2-keybinder-3.0 fixes this problem. It seems that this dependency is missing in the install script.
To Reproduce
Get a clean installation of Ubuntu 20.04.
Clone the indicator-sound-switcher and checkout the latest release (2.3.4).
Install indicator-sound-switcher from source using the command sudo python3 setup.py install as per the instructions in the installation part of the documentation.
Run indicator-sound-switcher from the terminal.
Expected behavior
The indicator-sound-switcher will successfully run.
Desktop (please complete the following information):
OS: Ubuntu 20.04.
Desktop environment: i3wm 4.18
Sound Switcher Indicator version: 2.3.4
Indicator log:
Cannot fetch it since indicator-sound-switcher crashes after startup with the above error.
The text was updated successfully, but these errors were encountered:
Unfortunately, you don't seem to be able to install OS packages using setup.py, at least not with distutils. I will add the information to the Installation document that one has to install dependencies themselves prior to running setup.py.
Describe the bug
The sound switcher will crash with the following error:
after a clean install using
sudo python3 setup.py install
on Ubuntu 20.04. Runningsudo apt install gir1.2-keybinder-3.0
fixes this problem. It seems that this dependency is missing in the install script.To Reproduce
indicator-sound-switcher
and checkout the latest release (2.3.4
).indicator-sound-switcher
from source using the commandsudo python3 setup.py install
as per the instructions in the installation part of the documentation.indicator-sound-switcher
from the terminal.Expected behavior
The
indicator-sound-switcher
will successfully run.Desktop (please complete the following information):
Indicator log:
Cannot fetch it since
indicator-sound-switcher
crashes after startup with the above error.The text was updated successfully, but these errors were encountered: