


Baghira Windeco Mandrake 10.0 RPM
KDE 3.x Window Decorations by ntesa 11 comments
add baghira theme and ... just no words!
- May 15 2004

Set as background service
Dolphin Service Menus by ben 11 comments
good job ... but ...problem with not set $KDEDIR in "global-install" section:
if test -z $KDEDIR; then
echo "\$KDEDIR IS NOT SET"
echo "use --kdedir=path to set your KDEDIR"
exit 1
fi
if test -n ${2}; then
tmp=`echo ${2}|cut -c 1-9`
if test ${tmp} == "--kdedir="; then
KDEDIR=`echo ${2}|cut -c 10-`
fi
fi - May 08 2004
if test -z $KDEDIR; then
echo "\$KDEDIR IS NOT SET"
echo "use --kdedir=path to set your KDEDIR"
exit 1
fi
if test -n ${2}; then
tmp=`echo ${2}|cut -c 1-9`
if test ${tmp} == "--kdedir="; then
KDEDIR=`echo ${2}|cut -c 10-`
fi
fi - May 08 2004