From 4b667b10a1e0072188f6e49b55c8ff3bf5e8bf59 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 18 Mar 2010 16:15:08 +0000 Subject: Start of channel handling --- (limited to 'bin') 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 $@ -- cgit v0.9.1