adds config file for launchers
[src/app-framework-main.git] / src / afm-run.c
index 89d303f..b9e1e7c 100644 (file)
@@ -429,6 +429,11 @@ int afm_run_init()
        struct passwd passwd, *pw;
        struct sigaction siga;
 
+       /* init launcher */
+       rc = afm_launch_initialize();
+       if (rc)
+               return rc;
+
        /* computes the 'homeappdir' */
        me = geteuid();
        rc = getpwuid_r(me, &passwd, buf, sizeof buf, &pw);