#!/bin/sh

# Run gnome-settings-daemon if it's not already running
CMD=/usr/libexec/gnome-settings-daemon
[ $(ps -ewwo args | grep $CMD | grep -v grep | wc -l) == 1 ] \
  || nohup $CMD >/dev/null
exec pychess.real $@
