if [ -z "${DISPLAY}" ]
then
  message  "${MESSAGE_COLOR}An X display was not found; Recast ${SPELL_COLOR}evolution${MESSAGE_COLOR} in a console with access to an X window.${DEFAULT_COLOR}"
  return 1
fi
