On 10/13/2009 02:55 PM, Tim Menzies wrote:
the other work around (on os/x) is:
1) first time call it as root without an image name
2) after than, you can call it as any user

Oh yes of course. gst-browser will try to save the image because it calls gst-load to do the job. This will fix it:

diff --git a/gst-tool.c b/gst-tool.c
index c13b8f1..5f2ae48 100644
--- a/gst-tool.c
+++ b/gst-tool.c
@@ -121,7 +121,7 @@ const struct tool tools[] = {
   {
     "gst-browser", "scripts/Load.st",
     "-I|--image-file: --kernel-directory:",
-    "--start\0Browser\0", false
+    "--dry-run\0--start\0Browser\0", false
   },
   {
     "gst-blox", "scripts/Load.st",


It's not at all related to being on OS X.

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to