Summary: | Although disabled screensaver starts automatically after locking screen | ||
---|---|---|---|
Product: | [Unmaintained] kscreensaver | Reporter: | Olivier Vitrat <ovit.debian> |
Component: | general | Assignee: | kscreensaver bugs tracking <kscreensaver-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Olivier Vitrat
2007-05-25 16:14:56 UTC
(Disclaimer: I cite KDE versions below. From my memory. I'm terrible at remembering numbers, they can be wrong by magnitude of 10.) I can confirm this. It happens on my two PCs since forever (it was intruduced in KDE 3.5.0 or one of the first versions afterwards). I was about to post a bug report, as I was able to find a way to reproduce it, until I found yours. I'm using Gentoo, and the bug was fixed in a patch that the ebuild for KDE was applying in KDE 3.5.4, but the patch was removed, and I didn't have time to adapt the patch for newer versions. It renders my desktop PC completely unusable after locking, as it sets the screensaver timeout to 9 seconds. It doesn't matter what KDE screensaver is configured to, it simply does so. I tried setting KDE screensaver to 357913941 minutes, and it still happens. Here is output from 'xset q' before and after locking: On my desktop PC (x86): $ xset q > 1 $ xset q > 2 $ diff 1 2 12,13c12,13 < prefer blanking: yes allow exposures: no < timeout: 0 cycle: 600 --- > prefer blanking: yes allow exposures: yes > timeout: 9 cycle: 600 On my laptop PC (x86_64): $ xset q > 1 $ xset q > 2 $ diff 1 2 12,13c12,13 < prefer blanking: yes allow exposures: no < timeout: 0 cycle: 600 --- > prefer blanking: yes allow exposures: yes > timeout: 310 cycle: 600 Another note, I was using Slackware on my desktop before. The 9 seconds thing is from there. Ok I just "fixed" this on my desktop, KDE 3.5.7. Setting the timeout to "6001 минута" fixed it. I was trying to set it to "600", but the input box doesn't work and it does append the string "1 минута" to any value I enter. fixed for kde 4.0 and 3.5.9 |