* 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"
|
echo -e "\nWelcome to the Haiku shell.\n"
|
||||||
|
|
||||||
# switch to $HOME
|
|
||||||
cd
|
|
||||||
|
|
||||||
export PS1="\w> "
|
export PS1="\w> "
|
||||||
export HISTFILESIZE=50
|
export HISTFILESIZE=50
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ launch $SERVERS/debug_server # launch debug_server
|
|||||||
|
|
||||||
# Init Network
|
# Init Network
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
launch $SERVERS/net_server # launch net_server
|
launch $SERVERS/net_server # launch net_server
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
@ -120,6 +120,7 @@ if [ "$SAFEMODE" != "yes" ]; then
|
|||||||
launch system/Login
|
launch system/Login
|
||||||
# nothing more
|
# nothing more
|
||||||
else
|
else
|
||||||
|
cd /boot/home
|
||||||
launch system/Tracker
|
launch system/Tracker
|
||||||
launch system/Deskbar
|
launch system/Deskbar
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ runprog() {
|
|||||||
|
|
||||||
# Launch Terminal or consoled depending on $SAFEMODE
|
# Launch Terminal or consoled depending on $SAFEMODE
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
|
cd /boot/home
|
||||||
if [ -x /boot/system/apps/Installer ]; then
|
if [ -x /boot/system/apps/Installer ]; then
|
||||||
/boot/system/apps/Installer
|
/boot/system/apps/Installer
|
||||||
#/boot/system/apps/Terminal -x /boot/system/apps/Installer
|
#/boot/system/apps/Terminal -x /boot/system/apps/Installer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user