#!/bin/sh

echo "SlackSuite 1.0.1 by Mangus&gK patched by davide77"
echo
if [ ! -f /usr/X11R6/bin/startx ] || [ !  -f /usr/bin/startx ];then
	echo "You may need to run Xserver to execute slackSuite."
	echo "aborting."
	exit
fi
if [ ! -f $KDEDIR/bin/kmdr-executor ]; then  
	echo "This program will run with kde packages installed. Kdewebdev is required also."
	echo "aborting."
	exit
fi

$KDEDIR/bin/kmdr-executor $KDEDIR/bin/slackSuite.kmdr
