#!/bin/sh
echo "KFM Super User"
echo "--------------"
echo ""
echo "Allowing ALL (!) local users to use this display"
xhost +local:
echo ""
echo "Logging in as super user"
su - root -c "DISPLAY=$DISPLAY; export DISPLAY; ${install_root}/opt/kde/bin/kfm -sw >/dev/null"
xhost -local:
