Changeset a5c7b865 in mainline


Ignore:
Timestamp:
2022-11-12T20:54:17Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d62130
Parents:
2f106b0
Message:

Start task bar by default

File:
1 edited

Legend:

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

    r2f106b0 ra5c7b865  
    477477                if (rc == EOK) {
    478478                        app_start("/app/launcher", NULL);
    479                         app_start("/app/barber", NULL);
     479                        app_start("/app/taskbar", NULL);
    480480                        app_start("/app/terminal", "-topleft");
    481481                }
Note: See TracChangeset for help on using the changeset viewer.