If a Qt5 based application (such as ownCloud client) has an tray menu which has menu entries that open another sub menu, the sub menu is not opening. When clicking on the menu item that should open the sub menu, the "main" tray menu disappears. This works with other window managers.
I have owncloud, it doesn't have any subentries? Could you give me a screenshot or tell me how to set it so that I see a sub entry?
Thanks for checking! Yes, the sub menus only appear if you have two accounts on two ownCloud servers configured in your ownCloud Client. Just go to Settings Dialog, General tab, there you find an "Add Account" button.
Hope my last comment provides the info needed.
Thanks. That's everything I needed. Using our QPT it's broken If I unset the KDE env vars, it falls back to an X tray and that works beautifully Need to try Qt's new SNI code to see if that works.
>Need to try Qt's new SNI code to see if that works. It does. Our best chance of fixing this is to port to that.
I cannot reproduce that. I tested with ownCloud with two account, I also create small Qt app to test submenus - it worked fine in both cases. QPA (plasma-integration) was used, after running: unset XDG_CURRENT_DESKTOP unset KDE_FULL_SESSION icon was different, but worked in exactly the same way.
Got probably fixed somewhen during the last four years.. thanks for checking ;-)