Summary: | Chromium(on ozone wayland) opens in maximized state and size, but does not show restore icon when using system borders | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Samuel Reddy <samuelsumukhreddy> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | behzad.a_ir, nate |
Priority: | NOR | ||
Version: | 5.24.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/a43496bcc4795cbe462cd72198e62b0a8923f589 | Version Fixed In: | 5.24.1 |
Sentry Crash Report: | |||
Attachments: |
Video of this issue
This is the correct attachment |
Description
Samuel Reddy
2022-02-11 23:39:58 UTC
Created attachment 146609 [details]
Video of this issue
Created attachment 146610 [details]
This is the correct attachment
The original one was the wrong one.
Can't reproduce with git-master and Chrome-Dev Ver 100.X OK, this issue occurs only with chrome stable, then is issue is related to chromium It's a kwin bug. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2010 On a bit unrelated note: chromium still seems not to work as expected when restoring from maximize mode. chromium needs to ack the configure event and repaint its windows, but it appears like it still doesn't do that sometimes. it's worth checking if this issue is already reported. Git commit c76855520cf35f1d927d829b2528a5a7eb0091ab by Vlad Zahorodnii. Committed on 14/02/2022 at 13:41. Pushed by vladz into branch 'master'. wayland: Fix maximize mode propagation to decoration If the window is initially maximized, there won't be any current decoration when XdgToplevelClient changes the maximize mode, we need to use m_nextDecoration. M +2 -2 src/xdgshellclient.cpp https://invent.kde.org/plasma/kwin/commit/c76855520cf35f1d927d829b2528a5a7eb0091ab Git commit a43496bcc4795cbe462cd72198e62b0a8923f589 by Vlad Zahorodnii. Committed on 14/02/2022 at 13:59. Pushed by vladz into branch 'Plasma/5.24'. wayland: Fix maximize mode propagation to decoration If the window is initially maximized, there won't be any current decoration when XdgToplevelClient changes the maximize mode, we need to use m_nextDecoration. (cherry picked from commit c76855520cf35f1d927d829b2528a5a7eb0091ab) M +2 -2 src/xdgshellclient.cpp https://invent.kde.org/plasma/kwin/commit/a43496bcc4795cbe462cd72198e62b0a8923f589 |