Login  Register

Re: RemoteTask does not work on Macos

Posted by David T. Lewis on Dec 21, 2015; 7:59pm
URL: https://forum.world.st/RemoteTask-does-not-work-on-Macos-tp4868133p4868175.html

On Mon, Dec 21, 2015 at 06:09:05PM +0100, Stephan Eggermont wrote:

> On 21/12/15 14:47, David T. Lewis wrote:
> >I think that your VM is missing a couple of necessary plugins. The
> >XDisplayControlPlugin is used to close the socket connection to the
> >X display in the new child VM/image. You may also be missing the
> >OSProcessPlugin.
> >
> >Note, I developed this in Squeak on Linux, so it may be that some work
> >would be needed for Pharo. If you have a Squeak image handy, you might
> >want to look at it there.
>
> That has the same problem, in both the Squeak5/Spur All-In-One version
> and the SQueak 4.6.
> I loaded OSProcess and CommandShell <head> from SqueakMap to try it
>
> Warning: forkSqueak requires XDisplayControlPlugin
>
> (Mac OS 10.10.5)

Hi Stephan,

I must apologize, I think I gave some bad advice here. I don't have a
Mac, and I'm afraid that I was thinking in terms of the Unix VM code
base.

My expectation is that a Unix VM (interpreter, Cog, Spur) running on
Mac with X11 display should work with the current RemoteTask, exactly
as on on Linux. But I have not personally tried it, and I am not really
sure what would be required to get it working on the standard released
Mac VMs.

Sorry for the confusion.

Dave