https://bugs.kde.org/show_bug.cgi?id=411851
Konrad Materka <mate...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG CC| |mate...@gmail.com Status|REPORTED |RESOLVED --- Comment #1 from Konrad Materka <mate...@gmail.com> --- This is not a KDE bug. I tested Systray Example from Qt distribution (5.13.1), was working fine. I was able to reproduce using your example (python3), it is reproducible using qdbusviewer to. Run qdbusviewer, then run your example. It will add new item (for example ":1.45"). Open it, then "StatusNotifierItem" -> "org.kde.StatusNotifierItem" -> "Method: Activate" or "Method: ContextMenu". It shoud do the action. Now toggle the icon. Old item will be remove, new one added (for example ":1.46"). Now run the same method, Activate or ContextMenu. It will not work. This is probably a bug in PyQt5 or Qt5. -- You are receiving this mail because: You are watching all bug changes.