Summary: | kwin_wayland crash when creating a folder with Dolphin with the filename dialog popping up | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | chettoy |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ajbtz74o, arttucasper, internetenjoyer, janne-kde, kimiblock, kimjj2110, miren_radia, nate |
Priority: | HI | ||
Version: | 5.27.10 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/0d59f48fbf2cbbcc71556f0ce005d939c604f2c4 | Version Fixed In: | 6.0 |
Sentry Crash Report: | |||
Attachments: | backtrace |
Description
chettoy
2023-12-08 16:00:55 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4771 Git commit 63c71d9e5632c7928968ad7cb2c14cb09647314d by Xaver Hugl. Committed on 11/12/2023 at 14:44. Pushed by zamundaaa into branch 'master'. wayland/xdgshell: enforce invalid_size errors If the client sets invalid min or max size, that can cause some code in KWin to assert. To ensure that doesn't happen, enforce that the minimum size is always at most as big as the maximum. M +9 -2 src/wayland/xdgshell.cpp https://invent.kde.org/plasma/kwin/-/commit/63c71d9e5632c7928968ad7cb2c14cb09647314d Git commit d228dc173a24bc27a895d4924936a1d91d7c25b9 by Xaver Hugl. Committed on 11/12/2023 at 18:07. Pushed by zamundaaa into branch 'master'. xdgshellwindow: make maxSize always >= minSize by enforcing the same minimum M +4 -2 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/-/commit/d228dc173a24bc27a895d4924936a1d91d7c25b9 Git commit 0d59f48fbf2cbbcc71556f0ce005d939c604f2c4 by Xaver Hugl. Committed on 11/12/2023 at 22:43. Pushed by zamundaaa into branch 'Plasma/5.27'. xdgshellwindow: make maxSize always >= minSize by enforcing the same minimum (cherry picked from commit d228dc173a24bc27a895d4924936a1d91d7c25b9) M +4 -2 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/-/commit/0d59f48fbf2cbbcc71556f0ce005d939c604f2c4 *** Bug 478973 has been marked as a duplicate of this bug. *** *** Bug 479258 has been marked as a duplicate of this bug. *** *** Bug 479387 has been marked as a duplicate of this bug. *** *** Bug 479387 has been marked as a duplicate of this bug. *** *** Bug 480144 has been marked as a duplicate of this bug. *** *** Bug 480496 has been marked as a duplicate of this bug. *** |