The Pidgin icon won't appear in the notification area. I have already checked if the "Show system tray icon option" is set to "Always" in the Pidgin Preferences. I didn't find an equivalent solution as those in the case of Unity.
Asked
Active
Viewed 1.8k times
2 Answers
10
You have to whitelist the applications if you want to allow them to access the system tray.
Firstly install dconf-tools from the software center ( or by clicking here)
Then Press Alt+F2 and enter dconf-editor and run it.

Now navigate to Desktop -> Unity -> Panel.

Now change the value of systray-whitelist to
['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service', 'Pidgin']

Lincity
- 25,749
8
Pidgin won't show up in the systray, just in the messaging menu:

Now for any other application to show up in the systray run the following code in the terminal:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
Binarylife
- 16,662