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


Ignore:
File:
1 edited

Legend:

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

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