raisedfist:
The python-pyalsaaudio package (I assume you're using this one: http://aur.archlinux.org/packages.php?ID=10011)
that pyvolwheel uses is currently out-of-date. Check the comments in the above link for more info.
Let me know if you still have trouble.
Search Criteria
Package Details: pyvolwheel-git 20101024-1
Package Actions
| Package Base: | pyvolwheel-git |
|---|---|
| Description: | Volume control tray icon |
| Upstream URL: | http://github.com/epinull/pyvolwheel |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 10 |
| First Submitted: | 2010-01-26 04:57 |
| Last Updated: | 2010-10-25 04:02 |
Latest Comments
Anonymous comment
Anonymous comment
doesn't work with alsa anymore
Anonymous comment
Sorry for the slow update. Thanks for the comments and let me know if you still have issues.
Comment by ArchStar
You should consider porting your code to python 3.0,
visit http://docs.python.org/release/3.0.1/library/2to3.html#module-lib2to3 to see how it
can more easily be done.
Comment by shemz
Currently the libs go to python 3.1 directory, which gives runtime errors. Until the source is ported to be compatible with python 3.1, the pkgbuilt should be updated to work with python 2.x series.
Comment by axel668
with the switch to python3, you need to change "python" to "python2" in dependencies ("python2>=2.6") and the setup line ("python2 setup.py install ...."). would be cool if PKGBUILD could be updated accordingly.
Anonymous comment
This is exactly what I wanted, thanks!
Works much better for me than volwheel and gvolwheel. :)