e_main: removed E_START env var check because we are executing e directly. 01/69701/1
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 16 May 2016 10:49:08 +0000 (19:49 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 16 May 2016 10:49:08 +0000 (19:49 +0900)
Change-Id: If145507c7e0b938fe167c6229339ae4643b02376

src/bin/e_main.c

index f1011da..daeaca1 100644 (file)
@@ -837,19 +837,6 @@ _e_main_parse_arguments(int argc, char **argv)
              _e_main_shutdown(-1);
           }
      }
-
-   /* we want to have been launched by enlightenment_start. there is a very */
-   /* good reason we want to have been launched this way, thus check */
-   if (!getenv("E_START"))
-     {
-        e_error_message_show(_("You are executing enlightenment directly. This is\n"
-                               "bad. Please do not execute the \"enlightenment\"\n"
-                               "binary. Use the \"enlightenment_start\" launcher. It\n"
-                               "will handle setting up environment variables, paths,\n"
-                               "and launching any other required services etc.\n"
-                               "before enlightenment itself begins running.\n"));
-        _e_main_shutdown(-1);
-     }
 }
 
 EINTERN void