Re: [Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread Stephan Eggermont
On 21/12/15 21:17, David T. Lewis wrote: 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

Re: [Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread David T. Lewis
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

Re: [Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread Stephan Eggermont
On 21/12/15 18:09, 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 OSProcessPl

Re: [Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread Stephan Eggermont
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 Li

Re: [Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread Dimitris Chloupis
ok thanks David :) On Mon, Dec 21, 2015 at 3:48 PM David T. Lewis wrote: > On Mon, Dec 21, 2015 at 01:23:35PM +, Dimitris Chloupis wrote: > > I tried to run the parrarelExample method of RemoteTask class which is > > loadable from CommandShell project and it seems it looks for a plugin > tha

Re: [Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread David T. Lewis
On Mon, Dec 21, 2015 at 01:23:35PM +, Dimitris Chloupis wrote: > I tried to run the parrarelExample method of RemoteTask class which is > loadable from CommandShell project and it seems it looks for a plugin that > cant find. > > It gives me a warning > > forkSqueak requires XDispalyControlPl

[Pharo-users] RemoteTask does not work on Macos

2015-12-21 Thread Dimitris Chloupis
I tried to run the parrarelExample method of RemoteTask class which is loadable from CommandShell project and it seems it looks for a plugin that cant find. It gives me a warning forkSqueak requires XDispalyControlPlugin if I proceed I get another warning process accessor module not available