Summary: | konsole not remembering window size when the size in modified by click and drag (so outside of editing the panel in konsole settings) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | prinon |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | beaux_monde, david, duha.bugs, nucleo, paul.0000.black, vasyl.demin |
Priority: | NOR | Keywords: | qt6 |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 24.05 | |
Sentry Crash Report: |
Description
prinon
2024-03-09 08:13:28 UTC
I'm seeing the same on Fedora 40. https://invent.kde.org/utilities/konsole/-/merge_requests/991 fixes this issue. Git commit 38a3efaa979a28c055a8bd3da6b107d8a1fc3bb7 by Kurt Hindenburg, on behalf of Serge Roussak. Committed on 10/05/2024 at 16:29. Pushed by hindenburg into branch 'master'. Fixed the window geometry config file placement. Since the window geometry placement was moved to the state config files globally in KDE, exactly these files should be checked for such configuration data (instead of the main application config file). This issue may not been reproduced on the systems where the 'konsolerc' file remains filled by some old version of the konsole so that it holds the window geometry. But on the fresh install, the "Remember window size" option does nothing because the window geometry is being stored in the '.local/share/konsole/konsolestaterc', but is being looked up in the '.config/konsolerc' files. Related: bug 481898 M +1 -1 src/MainWindow.cpp https://invent.kde.org/utilities/konsole/-/commit/38a3efaa979a28c055a8bd3da6b107d8a1fc3bb7 |