On Mon, Apr 27, 2015 at 12:54 AM, Stephan Eggermont <stephan@stack.nl> wrote:
On 26/04/15 18:35, Nicolai Hess wrote:
Image or VM?
Uhm, yes, thank you. As a naive user, I probably don't know, so probably both...
Yes, at least on windows the pharo preference and image repository wont
be deleted.
Good.
How can I switch/upgrade the vm used for an image?
AFAIK there is only one VM used, the one that runs the pharo launcher image.
With Spur we are likely to have a period where it makes sense to be able to choose a vm.
In Settings (bottom right) you can set the VM to use for images. Note this is a global setting. Some nice enhancements would be: * To have a drop down menu where you can select between last N previous VMs used. * To be able to set VM it per image. cheers -ben
self naiveUserMode: #off.
self powerUserMode: #on.
download a new pharo launcher image from CI and replace the one in the pharo launcher vm directory.
Thanks, I'll do that for the moment.
Stephan