Summary: | Window sizes are not correctly restored on Wayland | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Patrick Silva <bugseforuns> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex765, claudius.ellsel, nate, till2.schaefer, tromzy |
Priority: | NOR | Keywords: | wayland-only |
Version First Reported In: | 5.22.5 | Flags: | vlad.zahorodnii:
Wayland+
vlad.zahorodnii: X11- |
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Silva
2020-09-29 18:48:36 UTC
The same problem was described in https://bugs.kde.org/show_bug.cgi?id=409919#c0, although the scope of that issue seems to be a different one now. Confirmed. KWin doesn't know the previous size of kate, so it needs to send a configure event with a width and a height of 0. *** Bug 428051 has been marked as a duplicate of this bug. *** I can confirm this bug under wayland. X11 is working fine. Operating System: Gentoo Linux KDE Plasma Version: 5.21.3 KDE Frameworks Version: 5.80.0 Qt Version: 5.15.2 Kernel Version: 5.11.7-gentoo OS Type: 64-bit Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-4810MQ CPU @ 2.80GHz Memory: 15.5 GiB of RAM Graphics Processor: Mesa DRI Intel® HD Graphics 4600 On Wayland, are apps still allowed to set their own window sizes? I know they can't for their position, but what about window size? If so, I can probably fix this in kxmlgui. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1589 Should be fixed in 5.24 (In reply to Vlad Zahorodnii from comment #7) > Should be fixed in 5.24 Hm, not sure. I think I didn't see improvement when I checked. |