kekekeks / skypetab-ng

A program that adds tabs to Skype™ for Linux
skypetab-ng
GNU Lesser General Public License v3.0
76 stars 4 forks source link

No systray icon in Ubuntu #47

Closed jmoronat closed 12 years ago

jmoronat commented 12 years ago

I'm on Precise Pangolin (64 bit), installed Skypetab-ng via launchpad repository but indicator-like icon does not appear. I remembered when I was on Oneiric and it worked like a charm, but it was a 32 bit version of Ubuntu.

kekekeks commented 12 years ago

Try to install sni-qt or add "Skype" and "SkypeTab" to systray white list

jmoronat commented 12 years ago

Tweaking the white list makes the icon appear, but that's not an indicator-like icon. In Oneiric I had an indicator-like icon and never tweaked the white list: sni-qt did the magic. Btw, sni-qt is already installed in Precise, but SkypeTab seems not to use it.

kekekeks commented 12 years ago

May be that you have 64-bit system and only 64-bit version of sni-qt is installed?

jmoronat commented 12 years ago

Yeah, so 64 bit sni-qt is the problem ?

kekekeks commented 12 years ago

You need both 64-bit and 32-bit versions of this library. Just type "sudo apt-get install sni-qt:i386" and it should fix the problem.

jmoronat commented 12 years ago

It works now, thanks.