e_alert_main: Don't monitor in E in wayland only mode to avoid endless restarts
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 5 Sep 2014 10:12:13 +0000 (12:12 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 5 Sep 2014 10:12:13 +0000 (12:12 +0200)
commitc281d6da82bc2ef9d380a7eef2a148c19558d209
tree7dc550367ee036a17c700032ba495cb2a8e92ea3
parent99f9244d1c57b0ade17571cd3a39d7469768f21e
e_alert_main: Don't monitor in E in wayland only mode to avoid endless restarts

When running in Wayland only mode we don't have XCB available so a
xcb_connection would fail and we would restart endlessly.

I have been bitten by that often enough now. Better shutdown E cleanly and don't
use the watchdog functionality for now. This needs a wayland specific solution
anyway.
src/bin/e_alert_main.c