https://bugs.kde.org/show_bug.cgi?id=343518
--- Comment #68 from Wolfgang Bauer <wba...@tmo.at> --- (In reply to Piotr Mierzwinski from comment #66) > I know that in the moment of closing application its destructor are calling, > actually QApplication/KApplication. So what is the difference in type of > shutting (by server). There is no difference. Except that the display manager (login screen) is told to shutdown/reboot after closing the session, or not. > I don't know how exactly Plasma closing/shutting down its session, I suppose > is using some qdbus command (example of shutting down: "qdbus > org.kde.ksmserver /KSMServer logout 0 2 2"). Is this implemented by > distribution or in K menu? Yes, it contacts ksmserver to via DBUS (it doesn't use qdbus for that and communicates directly, but that's just an unimportant detail). And this is implemented in K-menu (or Plasma itself actually I think). > And on end. You are comparing two Qt versions. Why openSuse doesn't use the > newest Qt version, only its developers backported some fixes? Maybe in last > Qt still persists some bug related with closing applications. Well, I am using 5.6.1 here (5.7.0 meanwhile). And it's not that openSUSE doesn't use newest Qt version. But openSUSE Leap is a stable release with discrete release dates. Leap 42.1 has been released last November, and Qt 5.5 was the latest at that point. But as mentioned, we backported the corresponding change from Qt 5.6 to be able to ship the Frameworks fixes and have this working in Leap 42.1 (as our users complained as well). That's how (many) stable distributions work: the package versions get frozen at release, and afterwards you only get bugfix and security updates backported, no new versions (with exceptions). We do have a rolling distribution as well, openSUSE Tumbleweed, which of course always gets the latest and greatest. (In reply to Piotr Mierzwinski from comment #67) > I think I found reason why konsole is not restored. > Very often in konsole in run pure bash shell and two mc sessions. Sometimes > I mount (manually - using tool from taskbar) external hard disk and open in > mc some directory from this disk. I shut down system didn't changed > directory. Next day I power on computer and login into Plasma. Konsole is > not restored. To be sure I did some tests with automatically mounted my > external hard disk. In this case konsole was restored. Somebody filed a bug report about this recently, inspired by your comment: https://bugs.kde.org/show_bug.cgi?id=365413 -- You are receiving this mail because: You are watching all bug changes.