yktoo / indicator-sound-switcher

Sound input/output selector indicator for Linux
https://yktoo.com/en/software/sound-switcher-indicator/
GNU General Public License v3.0
367 stars 29 forks source link

Namespace AppIndicator3 not available; Installed from tarball #65

Closed neoromantique closed 5 years ago

neoromantique commented 5 years ago
$ indicator-sound-switcher
Traceback (most recent call last):
  File "/usr/local/bin/indicator-sound-switcher", line 35, in <module>
    require_version('AppIndicator3', '0.1')
  File "/usr/lib64/python3.6/site-packages/gi/__init__.py", line 130, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace AppIndicator3 not available
neoromantique commented 5 years ago

I'm on Devuan Linux (Same software versions as debian sid)

neoromantique commented 5 years ago

I was missing two deps:

libappindicator3-1
gir1.2-appindicator3-0.1

Installing them fixes the issue