https://bugs.kde.org/show_bug.cgi?id=492229
--- Comment #3 from Eamonn Rea <eamonn...@protonmail.com> --- Actually, the solution of not saving window geometry if closing when maximised would not fix the problem. It would introduce a problem where if you resize the window, maximise it, and then close Discover, then you re-open and window it again, it'll remember the old size and not the resized-size from when it was resized before it was maximised. System Monitor appears to save the window width and height on resize, I didn't check the codebase but from examining the `systemmonitorrc` it looks to write these values while the window is being resized. Using auto-reload in Kate I can see that even during resizing the values update, before I let go of the mouse. Maybe if System Monitor is hooking into some event to know when to save width and height, Discover could do something similar. -- You are receiving this mail because: You are watching all bug changes.