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.
This commit is contained in:
parent
55e990cbc4
commit
00cfc25688
Notes:
sideshowbarker
2024-07-19 00:33:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/00cfc25688d
1 changed files with 5 additions and 0 deletions
|
@ -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/[
|
||||
|
|
Loading…
Add table
Reference in a new issue