Summary: | Moving a shaded window loses or changes the window height | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Nick <nick> |
Component: | Window shading | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | 7eggert, kdedev, luca.pedrielli, mguiddy, nate, rpbikker |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 6.1.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nick
2024-06-24 03:46:23 UTC
Yup, seeing this too. Exact same software versions. Didn't see this with v6.0.5. Note that window shading is not actively maintained as it cannot be made to work cleanly on Wayland. So unfortunately I would not expect quick resolution here. (In reply to Nate Graham from comment #2) > Note that window shading is not actively maintained as it cannot be made to > work cleanly on Wayland. So unfortunately I would not expect quick > resolution here. I'm not using wayland. This is a rather serious regression. New features shouldn't break old, previously-working things... If the new version neither works for X11 nor Wayland, why is it in the release version at all? Wasn't it tested? AFAIK it's due to a workaround for Wayland not offering essential features, so please annoy the Wayland maintainers, not the users. Still broken in 6.2.0 I'm able to reproduce this on git-master (X11) KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.7.0 Qt Version: 6.7.3 Kernel Version: 6.10.13-304.current (64-bit) Graphics Platform: X11 As Nate said, this is not actively maintained so a fix may not be quick. Just adding a data point. Please don't change the version To me, it acts the same as this bug that was previously fixed. https://bugs.kde.org/show_bug.cgi?id=450582 Possibly related? (In reply to Matthew Guiddy from comment #8) > To me, it acts the same as this bug that was previously fixed. > https://bugs.kde.org/show_bug.cgi?id=450582 > Possibly related? I don't know why I didn't think to try the workaround that worked in the previous bug, but setting window border to "No window border" does make shaded windows movable again without losing their unshaded height. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin-x11/-/merge_requests/66 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin-x11/-/merge_requests/69 |