summaryrefslogtreecommitdiff
path: root/Servers/SystemServer
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-11-11 09:41:37 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-11 13:13:08 +0100
commit91407af8a47a18edd6667f92f3250c7cbbb1f5a1 (patch)
tree76d8ff9595eb68024c49103e5d755635ef10706e /Servers/SystemServer
parentb6a6f34caaed3376bbcedbb8442b33bba7bc9e1f (diff)
downloadserenity-91407af8a47a18edd6667f92f3250c7cbbb1f5a1.zip
SystemServer: Stop launching the Launcher app on startup
Launcher is being replaced by application shortcuts in the system menu.
Diffstat (limited to 'Servers/SystemServer')
-rw-r--r--Servers/SystemServer/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Servers/SystemServer/main.cpp b/Servers/SystemServer/main.cpp
index cc33ea13a8..6f4f742496 100644
--- a/Servers/SystemServer/main.cpp
+++ b/Servers/SystemServer/main.cpp
@@ -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();