Page 1 of 1

[Solved]Volume control applet has gone after upgrade

Posted: Sat Dec 22, 2012 2:52 pm
by fobus
Hello,

I can't get back my volume control applet that located on the bar. I has lost after upgrade.

What did I do to fix the problem?
Reinstalled pulseaudio and alsa
I tried to add indicator applet, but it doesn't exists.
It is installed indicator-sound on my system.
gnome-volume-control-applet doesn't exists in my system, and I don't know how to install it.

I don't know is it about my problem but when I type "gnome-sound-applet" on console I see this

Code: Select all


AH531 ~ $ gnome-sound-applet 

(gnome-sound-applet:7917): sound-cc-panel-WARNING **: Applet is already running, exiting
What do I need to do?

Re: Volume control applet has gone after upgrade

Posted: Mon Dec 24, 2012 12:59 pm
by fobus
I could fix it,

Here is the solution. I don't know why, but ".pulse" directory in my home folder was owned by rood after upgrade. So applet can't read and write in that folder, this causes the error.

Code: Select all

chown myusername /home/myusername -R
fixed my problem.