* Removed the "cd" to home in /etc/profile, made sure that Tracker/Deskbar are
started from /boot/home. This closes ticket #3090. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e5d9cba691
commit
9532f6844f
@ -5,9 +5,6 @@
|
||||
|
||||
echo -e "\nWelcome to the Haiku shell.\n"
|
||||
|
||||
# switch to $HOME
|
||||
cd
|
||||
|
||||
export PS1="\w> "
|
||||
export HISTFILESIZE=50
|
||||
|
||||
|
@ -120,6 +120,7 @@ if [ "$SAFEMODE" != "yes" ]; then
|
||||
launch system/Login
|
||||
# nothing more
|
||||
else
|
||||
cd /boot/home
|
||||
launch system/Tracker
|
||||
launch system/Deskbar
|
||||
|
||||
|
@ -47,6 +47,7 @@ runprog() {
|
||||
|
||||
# Launch Terminal or consoled depending on $SAFEMODE
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
cd /boot/home
|
||||
if [ -x /boot/system/apps/Installer ]; then
|
||||
/boot/system/apps/Installer
|
||||
#/boot/system/apps/Terminal -x /boot/system/apps/Installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user