mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
SystemServer: Stop launching the Launcher app on startup
Launcher is being replaced by application shortcuts in the system menu.
This commit is contained in:
parent
b6a6f34caa
commit
91407af8a4
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue