https://bugs.kde.org/show_bug.cgi?id=353548
--- Comment #5 from Wolfgang Bauer <wba...@tmo.at> --- Actually, Dolphin does differentiate in the window close event handler and only asks for confirmation when explicitly closed by the user. But this check got broken here: https://quickgit.kde.org/?p=dolphin.git&a=commit&h=c7258487094c7e16258ad90e384c3a87605dfc95 It calls qApp->isSessionRestored() instead of qApp->isSavingSession() to find out whether the window is closed by session management. Fix: https://git.reviewboard.kde.org/r/126917/ -- You are receiving this mail because: You are watching all bug changes.