echo "KFM Super User"
echo "--------------"
echo ""
echo "Allowing root user to use this display"
xhost +local:root
echo ""
echo "Logging in as super user"
su - -c "export DISPLAY=$DISPLAY; ${install_root}/usr/X11R6/bin/kfm -sw >/dev/null"
xhost -local:root

