Bug #1074
Tray icon lost on kde5 (plasma5)
Status: | New | Start: | 07/25/2015 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | Found in Version: | 1.0 |
||
Votes: | 0 |
Description
Hi,
I upgraded my desktop to plasma 5, and the tray icon is gone. Apparently plasma dropped support for xembed so applications now need to use libappindicator
http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
History
Updated by Mirco Bauer 3405 days ago
- Category set to Frontend GNOME
Updated by Felipe Sateler 3405 days ago
Some further information:
A simple gtk2 tray icon does not work: https://gist.github.com/pklaus/304963 . On this example no tray is shown on plasma5
But a simple appindicator does work: http://www.eurion.net/python-snippets/snippet/Create%20an%20Application%20Indicator.html (the icon has to be changed of course).
Also, I forgot to mention that notifications (ie, highlight indications) work: an OSD with the message appears. It is only the persistent tray icon that doesn't show.