sugar-toolkit-gtk3/bin/sugar.in

11 lines
321 B
Plaintext
Raw Normal View History

2007-06-20 15:42:21 +02:00
#!/bin/sh
export SUGAR_PREFIX=@prefix@
export SUGAR_PATH=@prefix@/share/sugar
2007-05-11 16:55:43 +02:00
export GTK2_RC_FILES=@prefix@/share/sugar/data/sugar-xo.gtkrc
if [ -f /etc/olpc-security ] ; then
dbus-launch --exit-with-session --config-file=/etc/dbus-1/session-olpc.conf sugar-shell
else
dbus-launch --exit-with-session sugar-shell
fi