* 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:
Axel Dörfler 2009-05-08 14:29:29 +00:00
parent e5d9cba691
commit 9532f6844f
3 changed files with 3 additions and 4 deletions

View File

@ -5,9 +5,6 @@
echo -e "\nWelcome to the Haiku shell.\n"
# switch to $HOME
cd
export PS1="\w> "
export HISTFILESIZE=50

View File

@ -90,7 +90,7 @@ launch $SERVERS/debug_server # launch debug_server
# Init Network
if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/net_server # launch net_server
launch $SERVERS/net_server # launch net_server
fi
if [ "$SAFEMODE" != "yes" ]; then
@ -120,6 +120,7 @@ if [ "$SAFEMODE" != "yes" ]; then
launch system/Login
# nothing more
else
cd /boot/home
launch system/Tracker
launch system/Deskbar

View File

@ -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