mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: More helpful Desktop selection
If Serenity is ever used for more than a few days, the user will be more likely to want to interact with their home directory than just be dropped at '/'. Also, we have a Welcome program. Spotlight it! And finally, there was a missing newline in the build script.
This commit is contained in:
parent
2ec6bbd7a1
commit
cffafd90de
Notes:
sideshowbarker
2024-07-18 22:59:36 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/cffafd90deb Pull-request: https://github.com/SerenityOS/serenity/pull/5053
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ 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/
|
||||
ln -s / "mnt/home/anon/Desktop/File system"
|
||||
ln -s /home/anon mnt/home/anon/Desktop/Home
|
||||
ln -s /bin/Welcome mnt/home/anon/Desktop/
|
||||
echo "done"
|
||||
|
||||
printf "installing shortcuts... "
|
||||
ln -s Shell mnt/bin/sh
|
||||
|
|
Loading…
Reference in a new issue