Skip to content

Commit

Permalink
SystemServer: Stop launching the Launcher app on startup
Browse files Browse the repository at this point in the history
Launcher is being replaced by application shortcuts in the system menu.
  • Loading branch information
awesomekling committed Nov 11, 2019
1 parent b6a6f34 commit 91407af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Servers/SystemServer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ int main(int, char**)
start_process("/bin/AudioServer", {}, highest_prio);
start_process("/bin/Taskbar", {}, highest_prio);
start_process("/bin/Terminal", {}, highest_prio - 1);
start_process("/bin/Launcher", {}, highest_prio);

// This won't return if we're in test mode.
check_for_test_mode();
Expand Down

0 comments on commit 91407af

Please sign in to comment.