1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +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:
Andreas Kling 2019-11-11 09:41:37 +01:00
parent b6a6f34caa
commit 91407af8a4

View file

@ -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();