summarylogtreecommitdiffstats
path: root/disable_watchdog.patch
blob: 407c96d8ca09d7355dac28efef4d17770ca6ef39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/src/gs-watcher-x11.c b/src/gs-watcher-x11.c
index f0b0d83..89cfc66 100644
--- a/src/gs-watcher-x11.c
+++ b/src/gs-watcher-x11.c
@@ -492,7 +492,7 @@ gs_watcher_init (GSWatcher *watcher)
         /* time before idle signal to send notice signal */
         watcher->priv->delta_notice_timeout = 10000;
 
-        add_watchdog_timer (watcher, 600000);
+        // add_watchdog_timer (watcher, 600000);
 }
 
 static void
@@ -606,7 +606,7 @@ static gboolean
 watchdog_timer (GSWatcher *watcher)
 {
 
-        disable_builtin_screensaver (watcher, FALSE);
+        // disable_builtin_screensaver (watcher, FALSE);
 
         return TRUE;
 }
-- 
2.31.1