Bug 156688 - Screen locking ignores/messes up (x)screensaver settings
Summary: Screen locking ignores/messes up (x)screensaver settings
Status: CLOSED UNMAINTAINED
Alias: None
Product: kdesktop
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-26 05:01 UTC by Christian Henz
Modified: 2009-01-02 20:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Henz 2008-01-26 05:01:05 UTC
Version:            (using KDE 3.5.8)
Installed from:    Debian testing/unstable Packages
OS:                Linux

After locking/unlocking the desktop, the screen is turned off every 70 seconds.

The screensaver is disabled in kcontrol.

From ~/.kde/share/config/kdesktoprc:
====================================
 
[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...
Comment 1 FiNeX 2008-12-10 14:02:21 UTC
Kdesktop is no more mantained. Fortunatly this bug seems not to be valid for
KDE 4. Please reopen if this bug is not a kdesktop one (and it is not solved)
or it can be reproduced on KDE 4.

Thanks.
Comment 2 FiNeX 2009-01-02 20:35:01 UTC
Bug closed. Kdesktop is no more mantained.