https://bugs.kde.org/show_bug.cgi?id=497988
Bug ID: 497988 Summary: Issue with RememberGeometry in FullScreen/Maximized mode Classification: Applications Product: Haruna Version: 0.12.3 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: generic Assignee: georgefb...@gmail.com Reporter: mh.firouz...@gmail.com Target Milestone: --- The issue occurs when the **Remember Geometry** option is enabled (or when `RememberGeometry=true` is set in the configuration). This feature works as expected in windowed mode: if the player is used in windowed mode and then exited, it remembers the geometry and restores it correctly when reopened. However, if the player is exited while in fullscreen or maximized mode, reopening the program attempts to restore the fullscreen or maximized geometry. Since it cannot directly re-enter fullscreen or maximized mode (for reasons unknown), the window instead opens at its largest possible size. While the window is not technically in maximized mode (as it can still be resized with the mouse), its size is as large as a maximized window. To address this issue, the program should save the geometry only when the window is in normal mode. If the window is in fullscreen or maximized mode, the geometry should not be updated or saved to prevent this behavior. -- You are receiving this mail because: You are watching all bug changes.