| Summary: | unity3d editor menus have incorrect state | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Emilio Cobos Álvarez (:emilio) <emilio> |
| Component: | appmenu | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | kdedev, nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.5.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Emilio Cobos Álvarez (:emilio)
2026-01-04 18:28:42 UTC
> or dealing with them natively As in, when the menus are in the window, accessed from an in-window menubar? > Running `kcmshell6 kcm_kded` and disabling the Application menus daemon fixes this. Even when the menus are accessed from an in-window menubar? (In reply to Nate Graham from comment #1) > > or dealing with them natively > As in, when the menus are in the window, accessed from an in-window menubar? Yes > > Running `kcmshell6 kcm_kded` and disabling the Application menus daemon fixes this. > Even when the menus are accessed from an in-window menubar? When reporting this, I couldn't get the in-window menubar to work reliably with the applications menus daemon. Now it seems to work, but very slowly... It seems this application does something extremely stupid when showing a menu. Like it's creating thousands of threads / processes on my machine. Perf reports most of the time being spent on glycin... I'm willing to bet that kind of slowness is also what's causing the global menu to misbehave... If it affects the in-window menus, it's not clear that there's a bug in KDE code here. As you say, it seems highly likely that that app itself is doing something weird and non-standard that's causing the issue. |