19

After installing Ubuntu 15.04 and skype (4.3.0.37) I cannot get Skype indicator to appear in tray

I've tried doing this: http://www.ubuntugeek.com/fix-for-skypepidgin-icon-missing-from-ubuntu-15-04kubuntu-15-04.html

But the icon just doesn't appear after installing those (even after rebooting the system).

I've also tried installing dconf-editor to whitelist all the icons in Unity just like shown here: How do I access and enable more icons to be in the system tray? But I don't have such option as "panel" under the "Unity" dropdown!

How can I make the indicator show up in the tray bar? I had it working in Ubuntu 14.04

5 Answers5

39

Here http://ubuntuforums.org/showthread.php?t=2276023 posted the solution worked for me finally on 15.04.

sudo apt-get install sni-qt:i386

Then need to restart Skype.

1

Running the following command solved my problem:

sudo apt-get install libappindicator1
1

this happens to me, only when skype is in autostart (i use lubuntu 12.04)

sudo nano /etc/xdg/lxsession/Lubuntu/autostart i added skype:

@skype %u

this works for some months, and when skype history become big, it stop working (skype is loaded, but without tray icon) first time i fixed it with deleting /home/$user/.skype but after history was growing same happens. i run skype again and give him exit, and on second run skype have tray icon. i deside to make delay for skype:

sudo nano /etc/xdg/lxsession/Lubuntu/autostart

(this is path for Lubuntu, for Ubuntu it's different)

@/home/myuser/.skype.sh

and create in /home/myuser/ batch file .skype.sh (i want the file to be hidden):

sleep 10 && skype %u &

i saved file and make executable:

chmod +x .skype.sh

then reboot...

sorry for my poor english

pr0fessor
  • 11
  • 1
0

Install dconf tools:

sudo apt-get install dconf-tools

Open from the terminal:

dconf-editor

Go to: com -> canonical -> indicator -> messages

In "messages", go to the label "applications" and in values, enter 'skype', including the single quotes, like so:

['skype']

Then restart the computer and open Skype.

0

After downloading 4.3.0.37-1_i386.deb and installing on 14.04 I had the same problem. I tried all the suggestions, but none worked.

Finally I removed the deb installation and used Software Center to install it (4.3.0.37). And the indicator works perfectly.

Mattijs
  • 113
  • 1
  • 9