Context Menu, X11 #1091
|
Hello! I encountered the problem after a recent software update. Now there is a problematic behavior of the context menu. There are two problems, and I think they are related. The first occurs only in Konsole — maybe elsewhere too, but I haven't found other examples. How to reproduce the issue: right-click on an empty area of the console to open the context menu, then close it by, for example, clicking on a free space. Instead of closing, a different context menu opens. Important: if you open the context menu and then open a submenu — for example, by hovering over "Open Folder With" — and only then close the context menu, it will close as expected, and no additional context menus will open on their own. The second problem seems to affect only KDE.
I've mainly tested this with this theme: link Operating System: KDE neon User Edition |
Replies: 5 comments 12 replies
|
Sorry, I don't have KWin 6.4 yet — Manjaro hasn't made it available in Testing, probably because of its X11 bugs — but I use LXQt+kwin_wayland 6.3 without problem. I have no Plasma either (uninstalled it months ago) and log into X11 only for testing its support in LXQt. I converted this to a discussion because, first, it can't be a problem in Kvantum, and second, someone might help you with KDE 6.4. |
|
I noticed the double context menu happening back in 2025-04-15 already, with kwin-x11 and LXQt. That would have been around kwin-6.3.4 and konsole-24.12.3. I noticed it while using the Fusion theme, which I normally use, but later on figured that, for example, the Breeze theme does not trigger it. I never got to bisecting or reporting the issue at KDE yet still. |
|
@tsujan , hello! I don't know whether this will be useful, but in KDE Plasma 6.5.5 (or possibly even earlier) a similar bug has appeared, but only on Wayland. The issue is as follows: the window titlebar context menu has no shadows. On X11 this problem does not exist. There is also no issue with other styles (Fusion, Oxygen, etc.). What’s even stranger is that I tested this on LXQt with kwin_wayland 6.5.5, and for some reason the problem does not occur there either.
|
|
I re-opened the Discussion for others, who might encounter the same issue, to find it more easily. |
|
There is news about the first bug, the one with the duplicated menu. The same bug was found again, but this time only in Wayland; I couldn't reproduce it in X11. And once again, Konsole is involved. If you open some file in Kate (this is important - something must be open), then open the terminal in the bottom panel, right-click in it to bring up the context menu, and then click somewhere in the document area (this is important - clicking in the terminal area will not trigger the bug), a second level of the context menu appears again. The bug appears with all Styles. And the bug occurs specifically with Konsole in both Wayland and X11, but after opening the context menu, you need to close it by clicking on the window title - then the bug will definitely appear. Overall, I'm increasingly thinking that this is actually some kind of Konsole bug or a Qt regression that only manifests itself in Konsole. 1111.webmUpdate: Yes, it was Konsole: |






There is news about the first bug, the one with the duplicated menu. The same bug was found again, but this time only in Wayland; I couldn't reproduce it in X11. And once again, Konsole is involved.
If you open some file in Kate (this is important - something must be open), then open the terminal in the bottom panel, right-click in it to bring up the context menu, and then click somewhere in the document area (this is important - clicking in the terminal area will not trigger the bug), a second level of the context menu appears again.
The bug appears with all Styles.
And the bug occurs specifically with Konsole in both Wayland and X11, but after opening the context menu, you need to close…