First thing you'll realize, just after the fact that the indicator is now located in the top-right corner of the screen, is that a lot of (legacy?) applications do not show their icons in the tray. This is "normal": Unity offers a new API for indicators, and (by default) requires the applications to be coded specifically for Unity. What that means is, most applications that are not actively supported most likely didn't switch to that new API, and as a consequence, are not present in the tray. Also, some applications where not using the tray, but were GNOME applets themselves. Those, again, have been booted out the Unity party. What a bummer, especially if you had a kick-ass panel setup.
What to do then?
![]() |
| The current state of my tray |
White-list indicators
One thing you can do is to white-list existing indicators. Eventually, the apps you use may be ported for Unity compatibility, but why wait? In the meantime, just indicate to Unity that some (or even all) applications should be allowed to show in the system tray.
To do so, you'll first need to install dconf-editor from the dconf-tools package. You can get it from the Software Center in Ubuntu.
Once it's installed, launch it (either by pressing Alt+F2 then typing dconf-editor, or through a Terminal). In the application, navigate to Desktop -> Unity -> Panel, and modify the systray-whitelist value. You can add each application individually (personally, I added 'Last.fm' and 'Dropbox'), or replace the whole thing by ['all']. Be aware, however, that some applications might mess a bit with the tray, so if you happen to experience some weird behavior, be sure to revert back to the old value. There's even a nice "Set to Default" button in dconf-editor, so that you don't have to remember what that default was.
![]() |
| Using dconf-editor |
Oh, and make sure to at least log-out then log-in for the change to take effect.
Install new indicators
Sometimes, an indicator you were using is not compatible for Unity, but a nice alternative is available. Or maybe you just want to try something new. There's indeed a lot of nice indicators to use. Here are some of the nicest ones, in my opinion:
- Caffeine: Allows to enable or disable screensaver and sleep mode, either manually or depending on some applications (e.g. if Banshee is open, don't sleep).
- Ejecter: A simple icon that allows to easily unmount external drives, such as USB sticks, CDs, external hard drives. Can sometimes by faster than doing it in Nautilus.
- Indicator-Weather: A nice, configurable weather indicator, with multiple locations and sensible preferences.
References





