Gvtray: A volume control for your system tray

August 15, 2007 at 12:39 pm | Posted in programs, tips and tricks | 16 Comments
Tags: , , , , , , ,

UPDATE:

this guide is no longer necessary IMO. I’ve solved my volume control problems by dragging the Volume Control plugin from the item list to the panel. Simple, but it works.

I have problems with the default Volume Control plugin in Xubuntu, so this is a useful solution. It displays the volume percent, and can be turned up or down using the mousewheel.

1) First, open up the terminal and get the necessary programs:

sudo apt-get install python-alsaaudio python-gnome2-extras
wget http://gtk-tray-utils.googlecode.com/svn/trunk/gvtray-1.1.tar.gz

2) Extract gvtray-1.1.tar.gz and go into the newly created directory:

tar -xvf gvtray-1.1.tar.gz
cd gvtray-1.1

3) Run all of the following commands:

sudo mkdir /usr/share/gvtray
sudo cp gvtray /usr/bin
sudo cp gvtray.py /usr/share/gvtray/
sudo cp -r gvtray_about/ /usr/share/gvtray/gvtray_about

4) Now test it out:

gvtray

And there it is, a volume control in the system tray. You will get an error message in the terminal; just ignore it.

Hope this program is useful!

Create a free website or blog at WordPress.com.
Entries and comments feeds.