Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-22 12:05:02 (GMT)
committer Simon Schampijer <simon@laptop.org>2013-01-22 12:05:35 (GMT)
commit74b7e527d8152bd4658682fab6983b97056a307c (patch)
treef1b8148a533fbbe3d384feab9bba9c364b8904d2 /bin
parent63ab896dd3d0a6b00fb1f5d3c4eae9b61e23ed94 (diff)
Move metacity invocation into the python code
So that the sugar script only setup environment variables and all the rest is in main.py. This avoids the confusion about putting stuff in the one or the other script. Ideally we would get rid of the bash script completely, but it would not be possible to source the debug and i18n files from python. Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sugar.in b/bin/sugar.in
index 2de0c15..606057d 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -47,6 +47,5 @@ if [ -f ~/.sugar/debug ]; then
fi
echo Xcursor.theme: sugar | xrdb -merge
-metacity --no-force-fullscreen -d $DISPLAY &
exec python -m jarabe.main