1

On Ubuntu 12.04

Older version of skype, I used to get indicator on top right and I could activate skype by clicking appropriate items.

With newer skype version (4.3.0.37), I don't get indicator/icon. If I close skype window so that it won't clutter my task bar, how can I get skype window back? I have verified skype process is still running

1 Answers1

0

Installing Skype from the website does not install these additional dependencies:

  • libdbusmenu-qt2:i386
  • sni-qt:i386

One of which (sni-qt:i386) is needed for this functionality, so either just install this additional dependency with:

sudo apt-get install sni-qt:i386

Or replace your current Skype installation with the one from the repository which will install the extra stuff and remove the Skype you installed from the website (which is known as skype:i386):

sudo apt-get install skype

This should work for Unity, however if you are using Gnome then you should install this extension: Appindicator Support.

Also please don't say that I am just ripping off this answer, because if you look in the edit history for it, you will see that I basically wrote it all anyway.