mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
ksmserver: increase the notification timeout to 10sec
because the other timeouts are 10sec Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5437da57dd
commit
2053a185ef
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ void KSMServer::completeShutdownOrCheckpoint()
|
||||||
// if sound is not working for some reason the closed() signal never happens
|
// if sound is not working for some reason the closed() signal never happens
|
||||||
// and logoutSoundFinished() never gets called. Add this timer to make
|
// and logoutSoundFinished() never gets called. Add this timer to make
|
||||||
// sure the shutdown procedure continues even if sound system is broken.
|
// sure the shutdown procedure continues even if sound system is broken.
|
||||||
QTimer::singleShot(5000, this, SLOT(logoutSoundTimeout()));
|
QTimer::singleShot(10000, this, SLOT(logoutSoundTimeout()));
|
||||||
kDebug() << "Starting logout event";
|
kDebug() << "Starting logout event";
|
||||||
state = WaitingForKNotify;
|
state = WaitingForKNotify;
|
||||||
createLogoutEffectWidget();
|
createLogoutEffectWidget();
|
||||||
|
|
Loading…
Add table
Reference in a new issue