Summary: | Line around floating panel after un-maximising a fullscreen window | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jack Hill <jackhill3103> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | akselmo, burgess_m, cristobal.veas, fridolin.411, matej.starc, nate, niccolo.venerandi, niccolo, rock_hopper, uwu, xarblu |
Priority: | NOR | ||
Version: | 5.25.0 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=438644 | ||
Latest Commit: | https://invent.kde.org/plasma/kwayland-integration/commit/c1ef20bc08c39bea752b68aeb9d724754875bc83 | Version Fixed In: | 5.26 |
Sentry Crash Report: | |||
Attachments: | Line next to floating panel |
Description
Jack Hill
2022-06-14 19:31:28 UTC
Doesn't seem to occur on X11 I have the same issue but with "Always Visible" instead of "Auto Hide". It seems like the line is a shadow that is being created when the panel has "grown" because of a maximized window and it doesn't get removed again after the panel shrinks. SOFTWARE/OS VERSIONS Operating System: Gentoo Linux 2.8 KDE Plasma Version: 5.25.0 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.4 Kernel Version: 5.18.3-xanmod1-x86_64 (64-bit) Graphics Platform: Wayland Can confirm. Not sure if this is the same issue as Bug 438644 though. Can confirm too, it was listed as known in the MR. Unrelated to 438644 Same issue here on Wayland. Operating System: EndeavourOS KDE Plasma Version: 5.25.0 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.4 Kernel Version: 5.18.5-arch1-1 (64-bit) Graphics Platform: Wayland I have the same issue. Operating System: Arch Linux KDE Plasma Version: 5.25.3 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.18.13-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor Memory: 31.3 GiB of RAM Graphics Processor: AMD Radeon RX 6600 XT Manufacturer: Micro-Star International Co., Ltd. Product Name: MS-7C56 System Version: 1.0 I have the same issue, seems to only appear on Wayland. Compositor draws shadows around the panel that the floating panel morphs into when any window is maximized, instead around the floating panel itself. Operating System: Fedora Linux 36 KDE Plasma Version: 5.25.4 KDE Frameworks Version: 5.97.0 Qt Version: 5.15.5 Kernel Version: 5.18.18-200.fc36.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: AMD DIMGREY_CAVEFISH *** Bug 454126 has been marked as a duplicate of this bug. *** *** Bug 454501 has been marked as a duplicate of this bug. *** (In reply to Akseli Lahtinen from comment #7) > I have the same issue, seems to only appear on Wayland. Compositor draws > shadows around the panel that the floating panel morphs into when any window > is maximized, instead around the floating panel itself. > > Operating System: Fedora Linux 36 > KDE Plasma Version: 5.25.4 > KDE Frameworks Version: 5.97.0 > Qt Version: 5.15.5 > Kernel Version: 5.18.18-200.fc36.x86_64 (64-bit) > Graphics Platform: Wayland > Processors: 12 × AMD Ryzen 5 3600 6-Core Processor > Memory: 15,5 GiB of RAM > Graphics Processor: AMD DIMGREY_CAVEFISH To be clear, it's not that it is drawn in the wrong spot; it's that the shadown shouldn't be drawn at all when a panel is floating! A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2978 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwayland-integration/-/merge_requests/28 Git commit 12a279197135f53f41896135e13bc7ddc31686ed by Vlad Zahorodnii. Committed on 20/09/2022 at 10:29. Pushed by vladz into branch 'master'. Fix shadow removal We need to call org_kde_kwin_shadow_manager.unset to ensure that the surface state is properly updated. M +13 -0 src/windowsystem/windowshadow.cpp https://invent.kde.org/plasma/kwayland-integration/commit/12a279197135f53f41896135e13bc7ddc31686ed Git commit c1ef20bc08c39bea752b68aeb9d724754875bc83 by Vlad Zahorodnii. Committed on 20/09/2022 at 10:33. Pushed by vladz into branch 'Plasma/5.26'. Fix shadow removal We need to call org_kde_kwin_shadow_manager.unset to ensure that the surface state is properly updated. (cherry picked from commit 12a279197135f53f41896135e13bc7ddc31686ed) M +13 -0 src/windowsystem/windowshadow.cpp https://invent.kde.org/plasma/kwayland-integration/commit/c1ef20bc08c39bea752b68aeb9d724754875bc83 |