#!/bin/sh

if [ -x /opt/kde/bin/kdmdesktop ]; then
  /opt/kde/bin/kdmdesktop
else
  /usr/X11R6/bin/xsetroot -solid "#007777"
fi

