Open FavoritoHJS opened 1 year ago
This program relies on too old Python 2.x release and libraries.
Remember me disable it entirely.
oh... no wonder it only showed a dialog in that case though apparently it can support both python 2 and python 3? see https://github.com/alsa-project/alsa-tools/commit/fb043847de869cf4d82049e2ac0937819fab78f5
Well, I can try later.
Describe the bug
Trying to run
hwmixvolume
results in import failures.Steps To Reproduce
Steps to reproduce the behavior:
alsa-tools
packageModuleNotFoundError: No module named 'gi'
Expected behavior
hwmixvolume to start and show a window.
Additional context
Seems like 2 dependencies are missing:
gi
inpygobject3
: Already packaged, just needs to be added to dependencies.pyalsa
: Not packaged... I might have cobbled together something that works, though. Probably horrible quality. And yes, those are tabs, sorry.Notify maintainers
@AndersonTorres @fps
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.