Created attachment 133269 [details] Simple patch [Originally submitted as https://bugs.debian.org/974597] kiten invariably segfaults on startup for me: #0 0x00007f3833a898ff in KConfigBase::hasGroup (this=0x0, group=group@entry=0x561e19ce44a3 "app") at ./src/core/kconfigbase.cpp:22 #1 0x0000561e19cd660a in Kiten::finishInit (this=0x561e1b286560) at ./app/kiten.cpp:297 This is due to KConfigGui::sessionConfig() no longer creating a session config when the application is not actually being restored from an earlier session, and returning nullptr instead. Hence the segfault. Patch attached.
My apologies, I just realized this has already been fixed in https://invent.kde.org/education/kiten/commit/0f2de843e84c9c342eaf226c46dd971b427cd92e. Sorry for the noise.