[dolphin] [Bug 472653] Dolphin crashes on startup

Giovanni bugzilla_noreply at kde.org
Fri Dec 22 12:10:55 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=472653

--- Comment #12 from Giovanni <giovannicorriga at tiscali.it> ---
I think I've figured out where the bug is... It all starts in
DolphinTabPage::restoreState(QByteArray & const). The function checks whether
the configuration file contains the opening of the first child window in the
tab which must necessarily always be present and active, otherwise what file
manager would it be? The variable is necessarily true but when you start
checking whether the second one is present the assumption is that it is
present, not that it is present! An else condition is missing!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list