https://bugs.kde.org/show_bug.cgi?id=341930
--- Comment #79 from Leslie Zhai <xiangzha...@gmail.com> --- (In reply to Thomas Lübking from comment #78) > (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 we discussed here https://bugs.kde.org/show_bug.cgi?id=354724 he pointed out my fault ;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. then reported to QTBUG? please paste the QTBUG link, thanks a lot! > > > session nor even chromium! > No idea about chromium, but it might simply suicide as well. totally no idea why ;-( -- You are receiving this mail because: You are watching all bug changes.