summaryrefslogtreecommitdiff
blob: 9c918b25f487191d77e1afe84536e9f80549ff60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: lib/initialize.py
===================================================================
--- a/lib/initialize.py
+++ b/lib/initialize.py
@@ -73,7 +73,7 @@ def locations(self, home_dir):
             os.environ['LANG'] = lang
 
     elif os.name == 'posix':
-        locations['share'] = os.path.abspath(os.path.join(locations['lib'], '..'))
+        locations['share'] = os.path.abspath(os.path.join(locations['lib'], '../../share/griffith/'))
         locations['glade'] = os.path.join(locations['share'], 'glade')
         locations['i18n']  = os.path.abspath(os.path.join(locations['share'], '..', 'locale'))
         if not os.path.isdir(locations['i18n']):