Please replace the python-pyalsaaudio dependency by its python2 counterpart, python2-pyalsaaudio.
Search Criteria
Package Details: gvtray 1.1-6
Package Actions
| Package Base: | gvtray |
|---|---|
| Description: | A master volume mixer in the system tray |
| Upstream URL: | http://code.google.com/p/gtk-tray-utils/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 27 |
| First Submitted: | 2006-08-14 22:04 |
| Last Updated: | 2010-11-27 18:06 |
Dependencies (2)
Required by (0)
Sources
Latest Comments
Comment by Florian
Comment by Nothing4You
Cilyan: I just installed it that way, however it is partially outside the visible area: https://scrot.de/img/0/W/s0yQq8l_3MPes7HzPLzeLwzdG.png
Comment by Cilyan
For PNMixer, use this PKGBUILD:
https://gist.github.com/Cilyan/4702689
The maintainer is not replying to requests, so bugs are only corrected in this fork.
Anonymous comment
Cilyan is right try to replace Master by PCM.
Or just try with python2 terminal like this:
>>> import alsaaudio as alsa
>>> alsa.Mixer('Master')
<alsaaudio.Mixer object at 0x7fe4739c6d50>
>>> alsa.Mixer('PCM')
<alsaaudio.Mixer object at 0x7fe4739c6690>
>>>
Comment by Nothing4You
pnmixer didn't work aswell, i'm trying to find something else that is usable for me.
Comment by Cilyan
So far I can remember, replace "Master" in the offending line by "PCM". But this project is no longer maintained since more than 6 years, you should use an alternative. I suggest you pnmixer.
Comment by Nothing4You
$ gvtray
Traceback (most recent call last):
File "/usr/share/gvtray/gvtray.py", line 327, in <module>
gvtray = tray_icon()
File "/usr/share/gvtray/gvtray.py", line 51, in __init__
self.volume = alsa.Mixer('Master').getvolume()[0]
alsaaudio.ALSAAudioError: Unable to find mixer control 'Master',0
Comment by roy_hu
Need to be patched for python2