Version: (using KDE 4.3.0) OS: Linux Installed from: Unlisted Binary Package After leaving the full screen mode in Gwenview, the screensaver kicks in after 1 mor 2 minutes of inactivity. It should be noted that I don't have a screensaver set at all. Maybe this is related to bug 185916 and commit 979204. I see this in KDE 4.3.1, but I also observed this in KDE 4.3.0 and 4.2.4. I don't exactly remember from which version I started to observe this. Using KDEmod packages (Arch Linux).
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 ***