View Single Post
  #7   (View Single Post)  
Old 6th March 2016
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Quote:
Originally Posted by jjstorm View Post
I have installed gnome windows manager, but there is no audio present.
Quote:
Originally Posted by el-531g View Post
In Openbox I have configured shortcuts to change volume, but they are quite primitive.
sysutils/tray-app provides 3 tray applications one of which is a audio volume slider. I use just the audio volume slider in tint2 with openbox. Although I have not tried it, there is no reason tray-app will not work with Gnome as it meets freedesktop guidelines for system tray applications.

I cleaned mine up a bit in tint2 by configuring x11/openbox to skip the task bar for just tray-app.


Code:
  <applications>
    <application name="sound" class="Sound" type="utility">
      <desktop>all</desktop>
      <layer>above</layer>
      <skip_taskbar>yes</skip_taskbar>
    </application>
  </applications>
If you are running current, audio/pavucontrol has recently been added as a second systray option.

Last edited by shep; 6th March 2016 at 06:23 PM. Reason: added pavucontrol
Reply With Quote