gtkrun.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 21 Oct 2010 09:06:44 +0000 (17:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 21 Oct 2010 09:06:44 +0000 (17:06 +0800)
gtkrun.js

index 0dc9268..f93951b 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -11,7 +11,7 @@
  * 
  * 
  * Usage
- * gtkrun.js /path/to/myproject
+ * GI_TYPELIB_PATH=home/alan/.Builder/gir-1.1   seed gtkrun.js /path/to/myproject
  * 
  * Concepts.. 
  * a) load dependancies.. (eg. gi's..) - derived later?
@@ -28,7 +28,7 @@
 
 // sort out import path!!!
 GIRepository = imports.gi.GIRepository;
-GIRepository.IRepository.prepend_search_path('/home/alan/.Builder/gir-1.1/girepository-1.0');
+//GIRepository.IRepository.prepend_search_path('/home/alan/.Builder/gir-1.1/girepository-1.0');
 
 print(JSON.stringify(GIRepository.IRepository.get_search_path()));