Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-21 17:37:19 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-21 17:37:19 (GMT)
commit1e972bc413648534aafa40ece2e6fd4c2d75c7f6 (patch)
treec279f9c57cf809f4155d5465dd08478ec42576b1 /sugar-jhbuild
parent4a69e9fd4ec83c81b453798f334221d2cc88e0b7 (diff)
Enable sugar emulator
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 742cf48..31da693 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -82,6 +82,8 @@ jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path))
path = 'etc/gtk-2.0/gtkrc'
jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path))
+os.environ['SUGAR_EMULATOR'] = 'yes'
+
if command == 'run' and len(args) == 0:
jhbuild.commands.run(command, config, ['sugar'])
else: