https://bugs.kde.org/show_bug.cgi?id=341930
--- Comment #78 from Thomas Lübking <thomas.luebk...@gmail.com> --- (In reply to Leslie Zhai from comment #77) > 2. As Andreas suggested, I patched the kxmlgui to Remove > QCoreApplication::setQuitLockEnabled(true) from KMainWindowPrivate::init() Read his mail closer :-P Removing that won't help you, since the "true" state is the default QGuiApplication behavior. The bug needs to be fixed in Qt to not commit suicide (by closing all windows) after comitting the session data. You do *not* want to QCoreApplication::setQuitLockEnabled(false), resp. QGuiApplication::setQuitOnLastWindowClosed(false) because that will keep windowless processes around. > session nor even chromium! No idea about chromium, but it might simply suicide as well. -- You are receiving this mail because: You are watching all bug changes.