#!/bin/sh
#
# just starts Gcompris fullscreen with a kind of
# splash screen while waiting for application to araise.
#
# Author: JM. Philippe <philipjm@free.fr>
#
# gcompris-session is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# gcompris-session is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with gcompris-session.  If not, see <http://www.gnu.org/licenses/>.

/usr/bin/xsetroot -solid '#80a8c4'
/usr/bin/xli /usr/share/pixmaps/gcompris.png -fullscreen -border '#80a8c4' &
/usr/games/gcompris --fullscreen
