pharo
pharo copied to clipboard
Old Settings after image recreation do not work
Pharo version: 10 64-bit OS: Windows 10 Pro
When you recreate the image and open it, you will observe that the old settings are still present in the old settings file system-settings.ston, but these setting do not actually work. Note below that a Fira Code 11 font was set everywhere in the previous image, and does not actually show in the recreated one:
None of the fonts showing are Fira Code.
When I try to change the font setting (to what it already is) so that the system can somehow finally recognize it, I get the above walkback. The cause of the walkback is that the selectedFontFamily returns nil.
...
Completely deleting the project and creating a new one of the same name also doesn't work. If I delete system-settings.ston, I can create the image and set the font to Fira Code 11 in the usual way and that works. Of course, this means that all of the settings have to be recreated manually, destroying the value of preserving the system-settings.ston across image creations.