e_main: allow ecore to not load system modules 62/54062/2 accepted/tizen/mobile/20151212.071036 accepted/tizen/tv/20151212.072539 accepted/tizen/wearable/20151212.073137 submit/tizen/20151211.064859
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 11 Dec 2015 06:32:52 +0000 (15:32 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 11 Dec 2015 06:34:51 +0000 (15:34 +0900)
Without it ecore_init will block until dbus authentication
and registration are complete.

Change-Id: Iced3b8d6b300c4fe2af8f262922d6456d0f78a10

src/bin/e_main.c

index ab974ed..82d03ad 100644 (file)
@@ -445,6 +445,14 @@ main(int argc, char **argv)
    TS("Eet Init Done");
    _e_main_shutdown_push(eet_shutdown);
 
+#ifdef ENABLE_QUICK_INIT
+   /* Allow ecore to not load system modules.
+    * Without it ecore_init will block until dbus authentication
+    * and registration are complete.
+    */
+   ecore_app_no_system_modules();
+#endif
+
    TS("Ecore Init");
    if (!ecore_init())
      {