From f142b43e890e539071f9130cf8769e5f7cb1af82 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 6 May 2021 13:43:00 +0200 Subject: [PATCH] Base: Make the /bin/TextEditor desktop shortcut say "Text Editor" :^) --- Meta/build-root-filesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index def254ef3e..9226ee5f6b 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -118,7 +118,7 @@ echo "done" printf "adding some desktop icons..." ln -sf /bin/Browser mnt/home/anon/Desktop/ -ln -sf /bin/TextEditor mnt/home/anon/Desktop/ +ln -sf /bin/TextEditor mnt/home/anon/Desktop/Text\ Editor ln -sf /bin/Help mnt/home/anon/Desktop/ ln -sf /home/anon mnt/home/anon/Desktop/Home echo "done"