Summary: | Plasmoid popups now displace windows instead of appearing on top | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwayland | Reporter: | Iyán Méndez Veiga <me> |
Component: | general | Assignee: | Martin Flöser <mgraesslin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arojas, bizyaev, bugseforuns, kde, kwin-bugs-null, nate |
Priority: | VHI | Keywords: | regression |
Version: | 5.98.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=459188 https://bugs.kde.org/show_bug.cgi?id=459558 |
||
Latest Commit: | https://invent.kde.org/frameworks/kwayland/commit/a59a303291829747fcb5cdd2d8dac5514772672c | Version Fixed In: | 5.98 re-spin |
Sentry Crash Report: |
Description
Iyán Méndez Veiga
2022-09-22 13:22:16 UTC
Can you reproduce it when running plasma 5.25.0? I don't think this was happening on 5.25 or I would have noticed, but I'm not 100% sure. Also, I'm not sure it happens on X11 as well. I will check later today on my desktop. Almost positive this will end up being caused by the same thing that caused Bug 459188, and will be fixed by its fix. *** This bug has been marked as a duplicate of bug 459188 *** (In reply to Nate Graham from comment #3) > Almost positive this will end up being caused by the same thing that caused > Bug 459188, and will be fixed by its fix. > > *** This bug has been marked as a duplicate of bug 459188 *** Actually, it's the other way around. This is *caused* by the fix for bug 459188 oh god A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kwayland/-/merge_requests/79 Can you clarify what compositor do you use? Git commit a59a303291829747fcb5cdd2d8dac5514772672c by Xaver Hugl. Committed on 22/09/2022 at 21:20. Pushed by vladz into branch 'master'. client/plasmashell: fix applet popups displacing other windows M +1 -0 src/client/plasmashell.cpp https://invent.kde.org/frameworks/kwayland/commit/a59a303291829747fcb5cdd2d8dac5514772672c (In reply to Vlad Zahorodnii from comment #7) > Can you clarify what compositor do you use? Nvm, I was confused by 5.25.90. 5.25.90 would still fallback to the panel type. Only final 5.26.0 should use the appletpopup type. One thing that I noticed now is that the issue does not affect xwayland apps. For those, the calendar is still on top of the app. Can anyone who was affected by this verify that that last commit fixed things for them and doesn't regress anything else? Thanks! *** Bug 459565 has been marked as a duplicate of this bug. *** I confirm that the issue is solved for me after applying the original patch (https://invent.kde.org/frameworks/kwayland/-/commit/d02188ad.patch) and the fix to that path (https://invent.kde.org/frameworks/kwayland/-/commit/a59a3032.patch) on top of tag v5.98.0. *** Bug 459614 has been marked as a duplicate of this bug. *** Unfortunately, I do observe another regression with both patches. Notifications are drawn partially on top of the panel instead of leaving some margin. Removing both patches solves the issue for me. Sigh, let's get another bug report to track that new issue. What a game of whack-a-mole... Thanks for your patience here! |