After installing Skype on ubuntu 12.04 or 13.04, unity unable to Display the notification icon. (Download Skype for Linux)
To fix this issue you need to install or run the command like
After running this command it will display a list like, it is just example, it may be different in your system.
If it does not have the skype, it means skype is not listed to show notification. thus it is not allowed to display the icon on the tray, we need to append 'skype' in the list to display like,
Now we need to set gsettings using below command by appneding the following list. like,
It will display skype icon on ubuntu system notification tray after rebooting the system
Have a Happy Linux!!
To fix this issue you need to install or run the command like
gsettings get com.canonical.Unity.Panel systray-whitelist
After running this command it will display a list like, it is just example, it may be different in your system.
['JavaEmbeddedFrame', 'Wine', 'Update-notifier']
If it does not have the skype, it means skype is not listed to show notification. thus it is not allowed to display the icon on the tray, we need to append 'skype' in the list to display like,
['JavaEmbeddedFrame', 'Wine', 'Update-notifier', 'Skype']
Now we need to set gsettings using below command by appneding the following list. like,
gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Wine', 'Update-notifier', 'Skype']"
It will display skype icon on ubuntu system notification tray after rebooting the system
Have a Happy Linux!!
No comments:
Post a Comment