On Thu, Nov 12, 2015 at 11:12 PM, Stephan Eggermont <stephan@stack.nl> wrote:
I wanted to use a newer vm with PharoLauncher, so I added a vms directory in /Users/stephan/Library/Application Support/Pharo/ and used curl get.pharo.org/vmLatest50 | bash to install it there. In PharoLauncher I then set the vm full path to either /Users/stephan/Library/Application Support/Pharo/vms/pharo-vm/Pharo.app/Contents/MacOS/pharo or /Users/stephan/Library/Application Support/Pharo/vms/pharo-vm/Pharo.app
Neither works to launch an image (Mac 10.10.5). The similar procedure on Ubuntu 15.04 works (though the apt dependencies of SDL2/Cairo/Freetype:i386 are somewhat broken).
What is the vm path supposed to be?
Stephan
I remember having some problems and worked out escaping spaces is important. So this works for me... /Users/ben/Library/Application\ Support/Pharo/vm/ pharo-mac-stable-vm/Contents/MacOS/Pharo ...but thinking further on this, its non-obvious and we should make this easier - ideally using a file selection dialog. cheers -ben