diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 13:11:31 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 13:13:08 +0100 |
commit | dd2900eda05b7ca6c9fc0c7f1840acdf795cf1b3 (patch) | |
tree | e218c9a1bbb7cef9a845681d418ffec9f5ba8802 /Kernel/build-root-filesystem.sh | |
parent | 26f41c7ecbb01b752273103b3d73f29976682dd8 (diff) | |
download | serenity-dd2900eda05b7ca6c9fc0c7f1840acdf795cf1b3.zip |
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.
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |