Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-11 11:19:21 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-11 11:19:21 (GMT)
commitfbdc05fa6c65fe5f3eed50876d51037a3f52ed43 (patch)
treec449c5426bcda560c359d26a91c92bbb67fc45f1 /scripts
parent7f30cecd6173fd9c0b4f41244181193254bd8c1d (diff)
Add gconf-dbus and patch it to store settings in the sugar profile.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config.py b/scripts/config.py
index 5694d91..5619cd4 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -82,6 +82,7 @@ class Config(jhbuild.config.Config):
os.environ['SUGAR_PREFIX'] = self.prefix
os.environ['SUGAR_PATH'] = os.path.join(self.prefix, 'share', 'sugar')
os.environ['SUGAR_LOGGER_LEVEL'] = 'debug'
+ os.environ['SUGAR_PROFILE'] = 'default'
# Enable debug log of the Telepathy components
os.environ['GABBLE_DEBUG'] = 'all'