#!/bin/sh

# TurboLinux XINITRC by Scott Stone (sstone@turbolinux.com)
# Please do not modify this file by hand.
# Desktop override for IBM NetVista thin client

#/usr/X11R6/bin/xscreensaver-command -exit #core dumps
# /usr/X11R6/bin/xscreensaver &

#Modified for IBM NetVista thin client
/usr/X11R6/bin/icewm&

if [ -x ~/.Xclients ]; then
	while true ; do
   		~/.Xclients
	done
else 
	echo "~/.Xclients"
	echo "No applications to run verify that /home/KIOSK/.Xclients exists and is executable"
	sleep 30
fi
