2647, if security is enabled let rainbow launch activities.
Also notify rainbow when active activity changes. Patch by Ashsong, had to merge it manually.
This commit is contained in:
+5
-1
@@ -3,4 +3,8 @@
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user