mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
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
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
Add a link
Reference in a new issue