honestly, what misses completely the point is the idea of reading and saving your preferences each time the image is open. this is not java, we do not have a stateless environment��� once you have it in the image and your image is save, there is no point on save/restore outside (which is what you are doing with that hand-made settings stuff).
this:
startUp: resuming
"We reset image preferences, because this is likely
a newly downloaded image or different user
and he/she should agree about sending data."
self preferences exists ifFalse: [ self reset ].
self loadPreferences.
loads your preferences (ideally always the same) each time you save the image (not just each time you open it, which is already BAD, but each time you do a save).
I���m still waiting for a quick replacement, because it is braking a lot of things for me: the CI building, the spur building, etc.
cheers,
Esteban
Hi,
The show stopper is due to the fact that we would like to store a unique id for the computer to be able to track the data (kind of a cookie). This is what is being written on the file system (however, no information is being sent without the explicit consent).
Cheers,
Doru