raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b5fa86e7f5301452f4156ba62bc073f27280c798
commit b5fa86e7f5301452f4156ba62bc073f27280c798 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Wed Apr 8 09:39:23 2020 +0100 e system - disable singleton mode code - fewer pluses than minuses --- src/bin/system/e_system_main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bin/system/e_system_main.c b/src/bin/system/e_system_main.c index fd7eb9d2c..f25351921 100644 --- a/src/bin/system/e_system_main.c +++ b/src/bin/system/e_system_main.c @@ -222,6 +222,9 @@ setuid_setup(void) _etc_enlightenment_system_conf(); } +// no singleton mode - this is not really a bonus, just painful, so disable +// but keep code aroun for future possible use +/* static void _cb_die(void *data EINA_UNUSED, Ecore_Thread *th EINA_UNUSED) { @@ -256,6 +259,7 @@ singleton_setup(void) ecore_thread_feedback_run(_cb_die, NULL, NULL, NULL, NULL, EINA_TRUE); } +*/ static Eina_Bool _cb_idle_enterer(void *data EINA_UNUSED) @@ -283,7 +287,7 @@ main(int argc EINA_UNUSED, const char **argv EINA_UNUSED) #endif eet_init(); - singleton_setup(); +// singleton_setup(); e_system_inout_init(); e_system_backlight_init(); --
