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
  • 71,754
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,371
  • doesn't work for me for some reason. i tried Pidgin and pidgin and nothing happened. any suggestions? –  Aug 06 '11 at 18:55
  • It works with the messaging menu. – Binarylife Aug 06 '11 at 18:58
  • 4
    Didn't work with 'pidgin', but worked with 'Pidgin' instead. –  Jul 23 '11 at 17:10
  • Also to take effect you need to restart Unity: unity --replace –  Jul 04 '11 at 18:03
  • At the beginning it looked like the icon didn't show up, but then I spotted it in a strange place - atop of the 'Desktop' sign in the top left corner of the first of my two monitors. Launching skype moved the icon to the second monitor. A little odd but somehow works... – Rajish Oct 17 '11 at 10:42
  • dconf-editor doesn't show those option in Ubuntu 14.04 LTS – Waqas May 25 '14 at 12:06
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,442
  • 2
    I use Unity 2D instead of Unity (I've specified this in the title of my question but apparently it was too long to be seen). Can you help with a solution for this case? – Cristina May 10 '11 at 10:31
  • Well , I tried unity 2d with pidgin , and it seems like pidgin doesn't support systray in Ubuntu 11.04 , it shows on the messaging menu.Click on the messaging menu and you will see pidgin. – Binarylife May 10 '11 at 11:09