Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 684e3ef..94c6156 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -72,6 +72,9 @@ jhbuild.config.addpath('GTK_PATH', os.path.join(config.prefix, path))
path = 'share/themes/olpc/gtk-2.0/gtkrc'
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))
+
if command == 'run' and len(args) == 0:
jhbuild.commands.run(command, config, ['sugar'])
else: