missing sound-volume-applet

I am using ubuntu 12.10. I had some problems with my skype and audio. So I did the following and it's working fine now:

sudo apt-get purge pulseaudio
sudo apt-get autoremove
sudo reboot

After this I reinstalled pulseaudio via

sudo apt-get install pulseaudio

But now my icon in the gnome-panel is missing. After searching on google I found that that the sound-volume-applet ist missing.

So is this right? And do you get the icon in the panel?

3 Answers

Install the indicator-sound package which provides the normal ubuntu volumecontrol via the command

sudo apt-get install indicator-sound

and to make the change take effect do

killall unity-panel-service
4

Yet another variant (how I solved this problem): Go to dconf-editor (it's graphical settings editor for Gnmoe and Unity, maybe you need to install it first), there go to com->canonical->indicator->sound and check "visible". In my case it just turned to false after one update.

Steps:

  1. sudo apt-get install dconf-editor
  2. dconf-editor
  3. com->canonical->indicator->sound and check visible
2

If using gnome, must change last order:

sudo apt-get install indicator-sound
killall gnome-panel

Works great!!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like