Changes in uspace/app/init/init.c [e229148:1382446] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    re229148 r1382446  
    476476                rc = display_server();
    477477                if (rc == EOK) {
    478                         app_start("/app/taskbar", NULL);
     478                        app_start("/app/launcher", NULL);
     479                        app_start("/app/barber", NULL);
    479480                        app_start("/app/terminal", "-topleft");
    480481                }
Note: See TracChangeset for help on using the changeset viewer.