Summary: | Kwin App menu opens in separate window in Wayland | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jebin <jebin12raj> |
Component: | appmenu | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex765, aspotashev, bizyaev, bugseforuns, grzegorz.alibozek, humufr, kde, kirill.bogdanenko, mariothrowsfireball, nate, nortexoid, philipp.reichmuth, sonichedgehog_hyperblast00, zebob.m |
Priority: | NOR | Keywords: | wayland |
Version: | 5.20.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=417378 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/72620a6f2f5b3b6d580ff75c42a1df2d96a1bc31 | Version Fixed In: | 5.22 |
Sentry Crash Report: | |||
Attachments: | Titlebar App menu opening its own window |
Description
Jebin
2020-12-21 11:34:52 UTC
Can you attach a screenshot that shows the issue? Created attachment 134749 [details]
Titlebar App menu opening its own window
Also, the KDE Daemon windows stack on top of each other, rendering the app menu completely unusable. I have moved the windows for more clarity in this screenshot.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! *** Bug 432118 has been marked as a duplicate of this bug. *** Just my thought. The current implementation of App menu is not that great in X11 as well. There is a flicker which occurs when we switch from one menu to another. I believe this is because each menu opens as separate borderless window and there is a minute gap during which the original application becomes focused before the transition to next menu. If this one - https://bugs.kde.org/show_bug.cgi?id=375951 is currently in implementation, this could be a better replacement for the current app menu. *** Bug 433420 has been marked as a duplicate of this bug. *** *** Bug 433831 has been marked as a duplicate of this bug. *** *** Bug 411448 has been marked as a duplicate of this bug. *** *** Bug 428820 has been marked as a duplicate of this bug. *** *** Bug 426614 has been marked as a duplicate of this bug. *** *** Bug 423332 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/839 Git commit 72620a6f2f5b3b6d580ff75c42a1df2d96a1bc31 by David Redondo. Committed on 12/05/2021 at 10:19. Pushed by davidre into branch 'master'. Make appmenu work properly on Wayland The toplevel menu is positioned using the plasmashell protocol. For QtWayland to create popups we need a input serial. The input serial is manually set to the enter one for creating poups. FIXED-IN:5.23 M +2 -0 CMakeLists.txt M +3 -0 appmenu/CMakeLists.txt M +48 -4 appmenu/appmenu.cpp M +10 -0 appmenu/appmenu.h https://invent.kde.org/plasma/plasma-workspace/commit/72620a6f2f5b3b6d580ff75c42a1df2d96a1bc31 Read about it in the change log. Thanks for fixing another huge issue which brings Plasma closer to being usable on Wayland! *** Bug 376821 has been marked as a duplicate of this bug. *** |