help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] More success with VisualGST on OS X


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] More success with VisualGST on OS X
Date: Tue, 13 Oct 2009 15:33:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]