Summary: | When window opens in maximized state, de-maximizing it doesn't return it to its pre-maximized geometry | ||
---|---|---|---|
Product: | [Applications] plasma-systemmonitor | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahiemstra, bednarczyk.pawel, bizyaev, bugseforuns, kde, miranda, plasma-bugs, qufiwefefwoyn |
Priority: | NOR | Keywords: | qt6, usability, wayland |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=437089 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/9040115f609618e28ef6a7d360ca9468bf5a47c2 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Nate Graham
2023-12-12 16:24:17 UTC
can reproduce on beta 1 on Arch Linux. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/255 Git commit 97e569d16492b6d9cabaa36f5eea8a7faaecfb28 by Arjen Hiemstra. Committed on 08/02/2024 at 15:32. Pushed by ahiemstra into branch 'master'. Only store window geometry if the window is in "Windowed" state So that we don't read the maximized size and store that in the config, which means restoring a maximized state would appear to do nothing. Also ensure the window size is properly set when going from Maximixed to Windowed. M +24 -2 src/Main.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/97e569d16492b6d9cabaa36f5eea8a7faaecfb28 Git commit 9040115f609618e28ef6a7d360ca9468bf5a47c2 by Arjen Hiemstra. Committed on 08/02/2024 at 15:43. Pushed by ahiemstra into branch 'Plasma/6.0'. Only store window geometry if the window is in "Windowed" state So that we don't read the maximized size and store that in the config, which means restoring a maximized state would appear to do nothing. Also ensure the window size is properly set when going from Maximixed to Windowed. M +24 -2 src/Main.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/9040115f609618e28ef6a7d360ca9468bf5a47c2 |