17

ubuntu 11.10

I recently changed unity for classic Desktop. So, i noticed that the volume control dissappeared.

So i read everywhere that the only thing to do is add the Inidicator Applet in the panel. But i dont have that option in my applet list.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Mariano L
  • 702

2 Answers2

27

Indicator-Applet

Indicator-applet is now available for testing in a PPA.

As with all PPAs - these are for testing purposes. Have a stable backup or use ppa-purge to remove PPAs that could make your system unstable.

sudo add-apt-repository ppa:jconti/gnome3
sudo apt-get update

Now install the applet you want to add to the panel:

1) The whole indicator applet:

sudo apt-get install indicator-applet-complete

enter image description here

2) Unity Global Menu type applet:

sudo apt-get install indicator-applet-appmenu

enter image description here

3) Session applet:

sudo apt-get install indicator-applet-session

enter image description here

4) Standard applet:

sudo apt-get install indicator-applet

enter image description here

To add to the panel:

Win+Alt+Right click the panel if using Gnome-Classic or Alt+Right click the panel if using Gnome-Classic (No Effects)

Choose Add To Panel and add the following indicator

enter image description here

You can tidy up by removing the old notification area.

The end-result could look like this:

enter image description here

N.B. I've also added RadioTray, StackApplet and Skype...

fossfreedom
  • 172,746
  • Thanks, great answer that worked like a charm on my Ubuntu 11.10 system. (The Ubuntu documentation seriously needs some updating with information like this - i.e. how to migrate to the new world and discuss all the "features" that used to be there but are no longer there "out of the box".) – djb Jan 23 '12 at 16:37
  • Addendum : if at the "sudo apt-get install indicator*" stage you get asked to accept an end user licence, it is the TAB key that will move focus to the so you can accept it with ENTER. (just hitting Enter or space wont help!) – NWS Feb 19 '12 at 09:39
  • Thanks, works for 16.04 as well. The Alt+Win+Right Click trick is... well... tricky :) – Avio Aug 14 '16 at 12:29
4

The indicator applet has not been ported to GNOME 3 and GTK3 yet. This is required for it to work in Ubuntu 11.10. There is currenly a bug tracking it.

Ted Gould
  • 3,425