#!/bin/sh

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

