#!/bin/bash
OPT="--fullscreen"
if [ -e /tmp/nofull ] ; then
  echo "No fullscreen mode"
  OPT="--windowed"
fi

/usr/share/juxlala/scripts/splash.sh ~/.idesktop/tuxpaint.png  /usr/bin/tuxpaint $OPT


