Summary: | In plasma wayland session, left click "Screen casting" tray icon shows context menu with title bar in center of the screen | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Rocket Aaron <i> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | aleixpol, bugseforuns, i, jgrulich, materka, nate, nicolas.fella |
Priority: | NOR | ||
Version First Reported In: | 5.27.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | context menu with title bar in center of the screen |
Description
Rocket Aaron
2023-02-26 09:20:03 UTC
Created attachment 156752 [details]
context menu with title bar in center of the screen
Needs a parent set, I guess. this is a tricky one. The problem is we are calling show() on the local QMenu in xdg-desktop-portal-kde, but that's not actually the menu that is supposed to be shown on screen, it's just a data container to be passed to KStatusNotifierItem. What we would need is a way to tell KStatusNotifierItem "Act like you were right clicked on" *** This bug has been marked as a duplicate of bug 502019 *** |