[kmail2] [Bug 484327] Bad initial window sizes
Tobias Leupold
bugzilla_noreply at kde.org
Wed Sep 11 12:35:51 BST 2024
https://bugs.kde.org/show_bug.cgi?id=484327
--- Comment #6 from Tobias Leupold <tl at stonemx.de> ---
I didn't have had a look at the code yet, but I'm pretty sure that this is due
to KDE now separating the state stuff (which is possibly underlying constant
changes and does not need to be backed up) from actual config stuff. I also
stumbled upon this while porting KPhotoAlbum to Qt6/KF6.
In Qt5/KF5 times, the window state was saved in ~/.config/whateverrc. With
Qt6/KF6, it goes into ~/.local/state/whateverstaterc.
My .local/state/kmail2staterc only contains a [MainWindow] section. My bold
assumption would therefore be that the state of the composer window is simply
not stored and/or read correctly (yet), which is of course a regression, thus
causing to some default setting being applied.
I'll check the sources. Maybe, I can find it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list