diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index ad8042d30..4d4bdae6f 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -628,8 +628,8 @@ e_app_exec(E_App *a, int launch_id) if (!a->exe) return 0; /* no exe field, don't exe it. */ - if (!_e_app_exe_valid_get(a->exe)) - return 0; +// if (!_e_app_exe_valid_get(a->exe)) +// return 0; /* FIXME: set up locale, encoding and input method env vars if they are in * the eapp file */