7 lines
185 B
Bash
7 lines
185 B
Bash
#!/bin/sh
|
|
|
|
export SUGAR_PREFIX=@prefix@
|
|
export SUGAR_PATH=@prefix@/share/sugar
|
|
export GTK2_RC_FILES=@prefix@/share/sugar/data/sugar-xo.gtkrc
|
|
dbus-launch --exit-with-session sugar-shell
|