No subject


Wed Apr 17 13:08:55 BST 2019


====================================
 
[ScreenSaver]
Enabled=false
Lock=false
LockGrace=60000
Timeout=60
 
 
XGetScreenSaver values
After fresh login/xserver restart:
==================================
timeout_return == 0
interval_return == 600
prefer_blanking_return == 1
allow_exposures_return == 0
 
After locking/unlocking:
========================
timeout_return == 70
interval_return == 600
prefer_blanking_return == 1
allow_exposures_return == 1

The timeout of 70 seconds is apparently set in kdesktop/lockeng.cc (mTimeout + 10).
The weird thing is that all lines where that timeout is set should not be reached 
because mEnabled *should* be false...



More information about the Unassigned-bugs mailing list