by default ubuntu/unity project allows several applications to be visible in the notification panel. if you want to get the list of that applications which are defined in the "white list" try to execute the following command in the terminal.
gsettings get com.canonical.Unity.Panel systray-whitelist
you should get something like this:
['JavaEmbeddedFrame', 'Wine', 'Update-notifier']
these are the application names which are allowed to be visible in the notification panel.
so to solve the problem with skype icon we should inject skype application name to this list. don't hurry to close opened terminal window and type this command
gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Wine', 'Update-notifier', 'Skype']"
after that quit skype application if it was running and start it again. boom... you should see the icon.
8 comments:
Thanks a Lot.. This worked like charm
It works! =)
Thank you!!!
Thank you
thanks
another way to have skype icon in system-tray is install sni-qt
$sudo apt-get install sni-qt
and if you're using a 64-bit install, that the i386 package of sni-qt is installed (as skype is currently distributed as 32-bit binary only).
$sudo apt-get install sni-qt:i386
Thanks, works like a charm
Post a Comment