If you want to reproduce the issue:


1. Take a fresh image         
wget -O- get.pharo.org/30+vm | bash

2. start it with UI and in a workspace load RFB  
Gofer new
url:'http://www.smalltalkhub.com/mc/PharoExtras/RFB/main';
package: 'RFB';
load.

3. then run 
RFBServer current
allowRemoteConnections: true;
setFullPassword: �caca�;
start: 8.

4. connect with chicken VNC or your favourite client to 5908, all should be okay (if you have in mind the bug/fix about  os platform)

5. quit image saving

6. you can now open it with UI and all will be nice and good or you�ll have an image that can�t start in headless mode =/


still investigating... contributions are very welcome





On Jan 20, 2014, at 3:47 PM, Sebastian Sastre <sebastian@flowingconcept.com> wrote:

Guys 

Just checking while investigating the issue...

Were any of you here able to connect a VNC client to a headless Pharo 3?

I can do that to a Pharo 2 (seting a morphic ui manager on it) but I'm having issues with 3

Did you tried that? any luck? insights?