Thread
:
KDE 3.5.6 Available
View Single Post
lbattraw
2007-03-29 , 13:37
Posts: 209 | Thanked: 8 times | Joined on Nov 2005 @ Fishers, Indiana
#
39
Small change here... There are bunch of .defs files that contain nifty scripts for parsing out the current theme and so forth. Here's the modified stopmaemo script using them. Much shorter...
Larry
source /etc/osso-af-init/osso-gtk.defs
source /etc/osso-af-init/matchbox.defs
echo Theme is $MBTHEME
source /etc/osso-af-init/maemo-af-desktop.sh stop
sleep 2
source /etc/osso-af-init/matchbox.sh stop
sleep 1
export PATH="/usr/bin:/bin:/usr/local/bin:/usr/local/samba/bin:/usr/local/samba/sbin"
export QTDIR=/usr/local/include/qt
export PATH=$PATH:/usr/local/qt/bin:/usr/local/kde/bin:/usr/local/bin:/usr/local/sbin
export LD_LIBRARY_PATH=/usr/local/qt/lib:/usr/local/kde/lib:/usr/local/lib:$LD_LIBRARY_PATH
export XDG_CONFIG_DIRS=/usr/local/kde/etc/xdg/
export XDG_DATA_DIRS=/usr/local/kde/share
export KDEDIR=/usr/local/kde
/usr/local/kde/bin/startkde &
Quote & Reply
|
lbattraw
View Public Profile
Send a private message to lbattraw
Find all posts by lbattraw