Summary: | Panel pop-ups pushed away from their panel by second thicker panel | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Thorolf E.R. Weißhuhn <terw> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate, niccolo.venerandi |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/8b7d19fdcbdb5f075e3724310242dc51e300632e | Version Fixed In: | 6.4.0 |
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Thorolf E.R. Weißhuhn
2024-05-21 07:53:08 UTC
Cannot reproduce on Wayland. Of course Wayland currently suffers from Bug 477939 which impairs this use case in a worse way. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5159 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7108 Git commit cb73a963c08017402b9a59724455fcb722dba9c9 by Niccolò Venerandi. Committed on 05/02/2025 at 18:05. Pushed by niccolove into branch 'master'. Activate any tray applet popup when shown This mimicks the same code of the CompactApplet in Plasma Desktop, and it avoids system tray elements not having focus when opened in certain situations. M +1 -0 applets/systemtray/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/cb73a963c08017402b9a59724455fcb722dba9c9 Git commit 8b7d19fdcbdb5f075e3724310242dc51e300632e by Vlad Zahorodnii, on behalf of Niccolò Venerandi. Committed on 07/02/2025 at 09:18. Pushed by vladz into branch 'master'. Consider AppletPopups to be SpecialWindows This allows AppletPopups to be drawn in exclusive areas, which is required in X11 when having multiple panels on the same side of different thicknesses. M +1 -1 src/window.cpp https://invent.kde.org/plasma/kwin/-/commit/8b7d19fdcbdb5f075e3724310242dc51e300632e |