-rwxr-xr-x | etc/init.d/qpe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe index 56f2f27..47a9b16 100755 --- a/etc/init.d/qpe +++ b/etc/init.d/qpe | |||
@@ -4,12 +4,14 @@ | |||
4 | export LOGNAME=root | 4 | export LOGNAME=root |
5 | export HOME=/$LOGNAME | 5 | export HOME=/$LOGNAME |
6 | export QWS_DISPLAY=Transformed:Rot270:0 | 6 | export QWS_DISPLAY=Transformed:Rot270:0 |
7 | export QTDIR=/usr | 7 | export QTDIR=/usr |
8 | export OPIEDIR=/opt/QtPalmtop | 8 | export OPIEDIR=/opt/QtPalmtop |
9 | export QPEDIR=/opt/QtPalmtop | 9 | export QPEDIR=/opt/QtPalmtop |
10 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib | ||
11 | export PATH=$PATH:$OPIEDIR/bin | ||
10 | 12 | ||
11 | #this sets the iPaqs powerbutton to mapable | 13 | #this sets the iPaqs powerbutton to mapable |
12 | echo 1 > /proc/sys/ts/suspend_button_mode | 14 | echo 1 > /proc/sys/ts/suspend_button_mode |
13 | 15 | ||
14 | if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi | 16 | if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi |
15 | 17 | ||