Friday, April 6, 2012

Howto install Perl Volwheel volume controller

Volwheel is a nice little Perl script panel applet which provides a lightweight sound/volume controller on your chosen panel/toolbar. I use Tint2 on my Openbox desktop, and volwheel is always a part of my setup.



First download Volwheel


Untar it
tar zxvf volwheel-0.2.8.tar.gz
Dependencies
sudo apt-get install libgtk2-trayicon-perl
Install
cd volwheel-0.2.8
sudo ./install.pl
Copy Icons to System
sudo mkdir -p /usr/local/share/volwheel/icons
cd icons
sudo cp -a * /usr/local/share/volwheel/icons
Copy Libs to System
cd ..
cd lib

sudo cp -a * /usr/lib/perl5
Launch Volwheel
volwheel &
Change the theme and settings (I use static + speaker-black)
Right click on Volwheel icon, choose Preferences

Autostart for Openbox
vim .config/openbox/autostart.sh

Add this line:
## Start volumeicon after a slight delay
(sleep 5s && volwheel) &

That's it, now you have a nice Perl volume icon.

9 comments:

  1. Thanks for this, nice walk through. I was missing the perl libs and I always appreciate when someone takes the time to detail each step rather than assume every knows what they do.

    ReplyDelete
  2. No problem, glad it helped, and thanks for the comment :)

    ReplyDelete
  3. true..just flawless thanks a lot, don't get why they never tell you every step you need to do..grr. :)

    ReplyDelete
  4. I like to read step by step guides, so I try to do the same for others. Thanks for the comments, nice to know some of the Howtos help :)

    ReplyDelete
  5. thank you so much. I couldn't figure this out for the life of me. You need 'perl-Gtk2-TrayIcon' for fedora though :)

    ReplyDelete
  6. Thanks Tommy, i'll let my Fedora using friends know that :)

    ReplyDelete
  7. Brilliant, flawless. Thanks a lot!

    ReplyDelete
  8. Thanks for the feedback Anonymouses :)

    ReplyDelete

If you liked a post, please leave a comment.