March 29, 2017
5:40 p.m.
Hi, I have the following script that I run on mac: wget -O- get.pharo.org/vmLatest60 | bash wget -O- get.pharo.org/60 | bash ./pharo Pharo.image eval "Smalltalk snapshot: true andQuit: true" ./pharo-ui Pharo.image Initially I thought that it doesn't work but then I saw that it opens a very very small window with just a tiny scrollbar. Screenshot here: https://dl.dropboxusercontent.com/u/74244847/Data/Screen%20Shot%202017-03-29... . Cheers, Andrei