Package Details: gvtray 1.1-6

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: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 27
First Submitted: 2006-08-14 22:04
Last Updated: 2010-11-27 18:06

Latest Comments

Comment by Florian

2013-09-06 12:42

Please replace the python-pyalsaaudio dependency by its python2 counterpart, python2-pyalsaaudio.

Comment by Nothing4You

2013-02-20 12:18

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

2013-02-15 19:04

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

2013-02-13 21:10

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

2013-02-13 02:19

pnmixer didn't work aswell, i'm trying to find something else that is usable for me.

Comment by Cilyan

2013-02-11 21:13

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

2013-02-11 16:47

$ 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

2010-10-28 07:53

Need to be patched for python2