discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b282ada5c8054ad2a7ffa1478d341302a5c88bd8
commit b282ada5c8054ad2a7ffa1478d341302a5c88bd8 Author: Mike Blumenkrantz <[email protected]> Date: Tue Jun 30 15:50:04 2015 -0400 disable uuid store currently seems to fill logs with infinite error messages ref T2532 --- src/bin/e_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 6a4823f..7ff48d2 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -517,7 +517,8 @@ main(int argc, char **argv) _e_main_shutdown_push(e_alert_shutdown); #endif -#ifdef HAVE_WAYLAND +#ifdef 0 +//#ifdef HAVE_WAYLAND /* init uuid store for window/surface properties */ TS("E_UUID_Store Init"); if (!e_uuid_store_init()) --
