raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=04a6194e48409425060a6867cdc27432542bb3ef
commit 04a6194e48409425060a6867cdc27432542bb3ef Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Fri Jan 15 12:58:41 2021 +0000 watchdog - disable right now as something odd is happening --- src/bin/e_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 165cb7258..3a43c837b 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1086,7 +1086,7 @@ main(int argc, char **argv) E_LIST_FOREACH(e_comp->zones, e_comp_canvas_zone_restarted); } - e_watchdog_begin(); +// e_watchdog_begin(); TS("MAIN LOOP AT LAST"); if (!setjmp(x_fatal_buff)) { @@ -1095,7 +1095,7 @@ main(int argc, char **argv) } else CRI("FATAL: X Died. Connection gone. Abbreviated Shutdown\n"); - e_watchdog_end(); +// e_watchdog_end(); e_main_loop_running = EINA_FALSE; inloop = EINA_FALSE; --