Comment 2 for bug 747274

Revision history for this message
Vitaly Zawullon Katraev (zawullon) wrote :

Workaround:
Force Unity to show pidgin icon in tray.
At example, get current list of displayed icons:

$ gsettings get com.canonical.Unity.Panel systray-whitelist
['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype']

and set new list with Pidgin
$ gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'Pidgin']"