#!/bin/bash

if [ ! -e /root/.qt/qtrc ]; then
	mkdir /root/.qt
	cp /opt/kde3/share/config/SuSE/default/qtrc /root/.qt
fi

if [ -x /usr/bin/fvwm2 ]; then
  /usr/bin/fvwm2 -f fvwmrc.notitle &
else
  /opt/kde3/bin/kwin &
fi
/sbin/yast2 --fullscreen --noborder

