summaryrefslogtreecommitdiff
path: root/opie-taskbar
diff options
context:
space:
mode:
Diffstat (limited to 'opie-taskbar')
-rw-r--r--opie-taskbar/opie-taskbar/opie6
1 files changed, 5 insertions, 1 deletions
diff --git a/opie-taskbar/opie-taskbar/opie b/opie-taskbar/opie-taskbar/opie
index 1197d815c4..f588a22f90 100644
--- a/opie-taskbar/opie-taskbar/opie
+++ b/opie-taskbar/opie-taskbar/opie
@@ -1,5 +1,8 @@
#!/bin/sh
#
+[ -z $LOGNAME ] && export LOGNAME=root && export HOME=/root
+[ -z $HOME ] && export HOME=/$LOGNAME
+
export QTDIR=/opt/QtPalmtop
export OPIEDIR=/opt/QtPalmtop
export QPEDIR=/opt/QtPalmtop
@@ -34,7 +37,8 @@ fi
if [ ! -x "$HOME/Settings/qpe.conf" ] ; then
echo "Copying default qpe.conf into $HOME/Settings/"
- cp -f $OPIEDIR/etc/skel/qpe.conf $HOME/Settings/qpe.conf
+ mkdir -p $HOME/Settings/
+ cat $OPIEDIR/etc/skel/qpe.conf >$HOME/Settings/qpe.conf
fi
case $1 in