14

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.

Jorge Castro
  • 73,717
Cristina
  • 141

2 Answers2

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.

dconf-editor alt-f2 dialog

Now navigate to Desktop -> Unity -> Panel.

configuration editor (dconf-editor) desktop.unity.panel

Now change the value of systray-whitelist to

['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service', 'Pidgin']

enter image description here

Lincity
  • 25,749
8

Pidgin won't show up in the systray, just in the messaging menu: enter image description here

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