[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#577786: [kdebase-workspace-bin] kscreensaver gets activated even XResetScreenSaver gets called recularly



tags 577786 + patch
thanks

The patch I used here to fix the problem (wow, the rebuild took quite a while)
-- 
Robert Wohlrab
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7bded2e..c2e2d2c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,6 +89,9 @@ if(NOT WIN32)
 endif(NOT WIN32)
 configure_file(config-workspace.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-workspace.h )
 
+macro_bool_to_01(X11_Xscreensaver_FOUND HAVE_XSCREENSAVER)
+macro_log_feature(HAVE_XSCREENSAVER "libxss" "XScreenSaver Library" "http://www.x.org/"; FALSE "" "Needed to enable screensaver status check for krunner xautolock")
+
 add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1)
 include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 

Reply to: