Added new tool sugar-install-bundle.

This commit is contained in:
Tomeu Vizoso
2007-01-27 12:54:56 +01:00
parent 37c6c1e9fa
commit 9d13a9836d
9 changed files with 110 additions and 14 deletions
+1 -2
View File
@@ -55,8 +55,7 @@ class ShellModel(gobject.GObject):
self._mesh = MeshModel(self._bundle_registry)
self._home = HomeModel(self._bundle_registry)
path = os.path.expanduser('~/Activities')
self._bundle_registry.add_search_path(path)
self._bundle_registry.add_search_path(env.get_user_activities_dir())
for path in env.get_data_dirs():
bundles_path = os.path.join(path, 'activities')