Summary: | Yet another broken panel strut | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Keziolio <keziolio123> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version: | 5.6.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Keziolio
2016-04-03 13:04:25 UTC
please post the output of "xrandr -q" and "qdbus org.kde.KWin /KWin supportInformation" while the problem manifests and after your temporary resolution. Here's the output https://gist.github.com/Keziolio/080cfdc222e724ceaa613291a4aa638c Thanks Thanks, looks unsuspicious. What however *is* suspicious (checking the video) is the kickoff position which smells a hell lot like bogus struts from the panel. => Please provide the output of "xprop" on the panel when the problem exists and also whether changing the panel (eg. to allow maximized windows to go above/below it) has any impact. Here's the output of xprop https://gist.github.com/Keziolio/b1a7ae8256ea3534fd6ff36d23303639 Changing the panel fixes the problem, and fixes also this bug i reported https://bugs.kde.org/show_bug.cgi?id=361343 that seems related Here's a diff of the xprop output before and after changing the panel (so from the broken to the working setup) $ diff withproblem.txt noproblem.txt 1,2c1,2 < _NET_WM_STRUT(CARDINAL) = 0, 0, 0, 3455 < _NET_WM_STRUT_PARTIAL(CARDINAL) = 0, 0, 0, 3455, 0, 0, 0, 0, 0, 0, 1920, 3839 --- > _NET_WM_STRUT(CARDINAL) = 0, 0, 0, 0 > _NET_WM_STRUT_PARTIAL(CARDINAL) = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 9c9 < _NET_WM_USER_TIME(CARDINAL) = 6820922 --- > _NET_WM_USER_TIME(CARDINAL) = 6884682 355c355 < user specified size: 368 by 35 --- > user specified size: 418 by 35 It's related to this bug i reported too https://bugs.kde.org/show_bug.cgi?id=361345 If i keep the panel on "windows can cover" everything is fixed, the app launcher and yakuake, if i put it back to "always visible" it breaks again The panel says it's 3455px high and all windows should stay away from that area (what's obviouslyy not possible, but the snapping algo will start to act weirdly ;-) |