From 00cfc25688da4664028772bdb03df758daf3a1fe Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 27 Dec 2020 14:51:08 +0100 Subject: [PATCH] Base: Add some default desktop icons I just picked three apps at random: Browser, TextEditor and Help. This should make it a bit more visible that we have a working desktop. --- Meta/build-root-filesystem.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index 5433d24482..4c8e650f33 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -156,6 +156,11 @@ chown -R 100:100 mnt/home/anon chown -R 200:200 mnt/home/nona echo "done" +printf "adding some desktop icons..." +ln -s /bin/Browser mnt/home/anon/Desktop/ +ln -s /bin/TextEditor mnt/home/anon/Desktop/ +ln -s /bin/Help mnt/home/anon/Desktop/ + printf "installing shortcuts... " ln -s Shell mnt/bin/sh ln -s test mnt/bin/[