Disable session management in KWin for the time being
It's broken anyway and causing crashes.
This commit is contained in:
parent
e72c52d075
commit
7c5e970e26
1 changed files with 2 additions and 0 deletions
2
sm.cpp
2
sm.cpp
|
@ -408,7 +408,9 @@ static void shutdown_cancelled(SmcConn conn_P, SmPointer ptr)
|
|||
|
||||
void SessionSaveDoneHelper::saveDone()
|
||||
{
|
||||
#if KWIN_QT5_PORTING
|
||||
Workspace::self()->sessionSaveDone();
|
||||
#endif
|
||||
}
|
||||
|
||||
SessionSaveDoneHelper::SessionSaveDoneHelper()
|
||||
|
|
Loading…
Reference in a new issue