#!/bin/sh export GTK2_RC_FILES=/usr/share/sugar/data/sugar-xo.gtkrc export SUGAR_PREFIX=/usr export SUGAR_PATH=/usr/share/sugar if [ -f /usr/bin/pulseaudio ] ; then /usr/bin/pulseaudio -D & fi #/usr/bin/sugar-presence-service & if [ -f /etc/olpc-security ] ; then exec dbus-launch --exit-with-session --config-file=/etc/dbus-1/session-olpc.conf sugar-shell else exec dbus-launch --exit-with-session sugar-shell fi