Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2010-03-18 16:15:08 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-20 13:02:26 (GMT)
commit4b667b10a1e0072188f6e49b55c8ff3bf5e8bf59 (patch)
tree7dfb7033e20ffbe7f37a5180e908e129e4c3276a /bin
parent37cf59593a84b9a7aee3e822eb3d99a9568ae470 (diff)
Start of channel handling
Diffstat (limited to 'bin')
-rw-r--r--bin/.gitignore2
-rw-r--r--bin/Makefile.am3
-rw-r--r--bin/sugar-dbus-launch-helper.in6
3 files changed, 9 insertions, 2 deletions
diff --git a/bin/.gitignore b/bin/.gitignore
index 9e78b64..9b5ad73 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1 +1 @@
-sugar-shell-service
+sugar-dbus-launch-helper
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 05a9215..8a699dd 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -9,6 +9,7 @@ python_scripts = \
bin_SCRIPTS = \
sugar \
+ sugar-dbus-launch-helper \
$(python_scripts)
-EXTRA_DIST = $(python_scripts) sugar.in
+EXTRA_DIST = $(python_scripts) sugar.in sugar-dbus-launch-helper.in
diff --git a/bin/sugar-dbus-launch-helper.in b/bin/sugar-dbus-launch-helper.in
new file mode 100644
index 0000000..fff85e1
--- /dev/null
+++ b/bin/sugar-dbus-launch-helper.in
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export SUGAR_SCALING=72
+export GTK2_RC_FILES="@prefix@/share/sugar/data/sugar-$SUGAR_SCALING.gtkrc"
+
+exec $@