Summary: | [PATCH] Screensaver enables after leaving full screen mode | ||
---|---|---|---|
Product: | [Unmaintained] kscreensaver | Reporter: | Bram Schoenmakers <me> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | annma, aseigo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to only enable screensaver when configuration says so
Patch to only enable screensaver when configuration says so |
Description
Bram Schoenmakers
2009-09-06 12:23:42 UTC
This is most likely related to the KNotificationRestrictions class. Created attachment 39393 [details]
Patch to only enable screensaver when configuration says so
This patch fixes the bug, it's a patch against the KDE 4.3 branch, but the same trick is also applicable to trunk.
Can I commit this?
Created attachment 41523 [details]
Patch to only enable screensaver when configuration says so
Previous uploaded patch was messed up due to git's colored output. A new attempt.
Patch looks simple enough, but I suggest you post it on http://reviewboard.kde.org so that KRunner devs can review it. SVN commit 1112121 by bram: Do not enable screensaver when it's switched off in the settings. BUG:206475 M +1 -1 saverengine.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1112121 Shouldn't that be backported to 4.4 branch? SVN commit 1112343 by bram: Backport r1112121: do not enable screensaver when it's switched off in the settings. CCBUG:206475 M +1 -1 saverengine.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1112343 *** This bug has been marked as a duplicate of bug 186908 *** |