Summary: | XResetScreenSaver doesn't reset screensaver timer | ||
---|---|---|---|
Product: | [Unmaintained] kscreensaver | Reporter: | Clara Gnos <clara.gnos> |
Component: | general | Assignee: | kscreensaver bugs tracking <kscreensaver-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch I used here to fix the problem |
Description
Clara Gnos
2010-04-14 13:36:57 UTC
There is a ; missing after "./a.out". Please add it before using it as example. sandsmark also told me in #kde-devel that this is probably a regression in kde 4.4 and that he noticed it too with mplayer Commit 1080356 looks interesting to me. http://websvn.kde.org/trunk/KDE/kdebase/workspace/CMakeLists.txt?r1=1073015&r2=1080356 this stuff is needed for krunner/config-xautolock.h.cmake HAVE_XSCREENSAVER is still needed for ./krunner/screensaver/xautolock.cpp - so it is build without XSCREENSAVER support.... bad :( Created attachment 42788 [details]
Patch I used here to fix the problem
I rebuild the debian packages here with that patch to re-enable the HAVE_XSCREENSAVER stuff again in cmake.
Review request was sent to http://reviewboard.kde.org/r/3605/ SVN commit 1115717 by ossi: re-add xscreensaver check BUG: 234336 based on http://reviewboard.kde.org/r/3605 M +2 -0 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1115717 |