Wolfgang Bauer changed bug 1160089
What Removed Added
CC   wbauer@tmo.at

Comment # 9 on bug 1160089 from
Maybe quassel would just need to disable Qt's fallback session management, that
closes the window automatically on logout.

I.e. call QGuiApplication::setFallbackSessionManagementEnabled(false) on start.

See
https://doc.qt.io/qt-5/qguiapplication.html#isFallbackSessionManagementEnabled


You are receiving this mail because: