Add GUI folder to configpaths
This commit is contained in:
parent
6d26553b65
commit
8c01d4d49f
|
@ -99,6 +99,7 @@ class ConfigPaths:
|
|||
|
||||
basedir = os.environ.get('GAJIM_BASEDIR', defs.basedir)
|
||||
self.add('DATA', None, os.path.join(basedir, 'data'))
|
||||
self.add('GUI', None, os.path.join(basedir, 'data', 'gui'))
|
||||
self.add('ICONS', None, os.path.join(basedir, 'icons'))
|
||||
self.add('HOME', None, os.path.expanduser('~'))
|
||||
self.add('PLUGINS_BASE', None, os.path.join(basedir, 'plugins'))
|
||||
|
|
Loading…
Reference in New Issue