Image or VM? 2015-04-26 17:11 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
self naiveUserMode: #on.
If I press refresh in PharoLauncher, it doesn't tell me there is a new version available, and asks me to download, install and restart the launcher.
If I download by hand and reinstall, will it keep all my images and settings?
Yes, at least on windows the pharo preference and image repository wont be deleted.
Is that different on Ubuntu with apt update/grade?
I don't think this is different, the apt-package does not know about the download and preferences directory that is used and wont touch it. (but there may be different preference directories for different vm version (Pharo/3.0 Pharo/4.0)
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.
Stephan
self naiveUserMode: #off. self powerUserMode: #on. download a new pharo launcher image from CI and replace the one in the pharo launcher vm directory. (This is what I do) cheers nicolai