You are not logged in.
Ok, but if this is a bug in oxygen, the Fusion (or QT_STYLE_OVERRIDE=Windows) style should™ not exhibit this behavior either.
Also while Qt styles /can/ do funky stuff there's no indication this coming from oxygen at all, since no other client is affected.
Offline
Did some checking and found I had fusion as style, not oxygen.
Changing QT style in ~/.config/lxqt.conf to Oxygen fixed the issue.
Breeze is removed again and no more weird rightclick popup .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Is the built-in "Windows" style also affected?
Offline
Nope, the Windows style is not affected.
Fusion is still affected and presence of breeze package doesn't make a difference.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Glancing over https://codebrowser.dev/qt6/qtbase/src/ … e.cpp.html it doesn't do anything outlandish - the closest to "off" would be
case SH_Menu_SubMenuPopupDelay:
return 225; // default from GtkMenu
what is annoyingly long, would fall near your previous finding about opening submenus preventing this - but is not somehow an illegal value.
But according to https://doc.qt.io/qt-6/qstyle.html it's even slower on windows
Offline
Checked on laptop and using fusion there gives the same extra menu .
I don't feel it's solved, but we have found a workaround :
don't use Fusion style .
Thanks for the in-depth investigation seth.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Offline
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline