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-10 21:44:28 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-10 21:44:28 (GMT)
commit6790a1e2eae02178f200c7b793ee1098e59945db (patch)
treebae3a50e0816685565ad4bb83814767347d60965 /sugar-jhbuild
parent49afbc87c29f6d31cae4c11199c2712cfedb8c9a (diff)
Add the default gtkrc to the path
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: