Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar.in
blob: 88e478ac2138608089a394e0b1b3058f0da86f3a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

export SUGAR_THEME=sugar-xo

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