From dd2900eda05b7ca6c9fc0c7f1840acdf795cf1b3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 11 Nov 2019 13:11:31 +0100 Subject: Launcher: Remove the Launcher app, and all hacks in support of it The Launcher's functionality has been replaced by the app shortcuts in the system menu. There were various window management hacks to ensure that the launcher stayed below all other windows while also being movable, etc. --- Kernel/build-root-filesystem.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'Kernel/build-root-filesystem.sh') diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 6c42abed54..b8f6e8081a 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -76,7 +76,6 @@ cp ../Applications/Downloader/Downloader mnt/bin/Downloader cp ../Applications/FileManager/FileManager mnt/bin/FileManager cp ../Applications/FontEditor/FontEditor mnt/bin/FontEditor cp ../Applications/IRCClient/IRCClient mnt/bin/IRCClient -cp ../Applications/Launcher/Launcher mnt/bin/Launcher cp ../Applications/SystemMonitor/SystemMonitor mnt/bin/SystemMonitor cp ../Applications/Taskbar/Taskbar mnt/bin/Taskbar cp ../Applications/Terminal/Terminal mnt/bin/Terminal -- cgit v1.2.3