Submenu isn't shown in systray context menu in plasma 5
-
Hello, i have an system tray application in python3 qt5
i wrote it in lxqt desktop with qt5, and everything works fine
In plasma5 only, the submenu in the context menu doesn't expand (even the arrow beside the entry is absent)I realised also that some other functions are not provided as:
- the right click event is not listen by the application
- the hovered signal on an action is not emitted
The problem appears here:
https://github.com/dglent/meteo-qt/issues/34And the code of the submenu which doesn't expand is here:
https://github.com/dglent/meteo-qt/blob/master/meteo_qt/meteo_qt.py#L72I have search a lot on the internet without find something relative
- I don't know if it is a problem of my code (something new in qt5 ?) or of the system tray backend of plasma 5
- Maybe is something about this class http://doc.qt.digia.com/qt-5.0/qtgui/qplatformsystemtrayicon.html which is not available in pyqt ?
- Do i have to report somewhere a bug in order to take in account the dysfunction ? (problem of qt5/plasma5/pyqt5 ?)
I have tested until qt 5.4.0 pyqt 5.4
Thanks very much for any suggestion that you can provide me
-
Hi and welcome to devnet,
Before reporting a bug, you should also contact the KDE guys to check whether it's something known
-
Hi and thank you for the reply, i have posted here:
http://mail.kde.org/pipermail/plasma-devel/2015-January/037981.htmli will inform here if i have any answer.
-
I have some news here:
http://www.riverbankcomputing.com/pipermail/pyqt/2015-January/035386.html -
Normaly is fixed with this:
https://reviewboard.kde.org/r/122171/