Re: [Pharo-dev] [rmod] scripting pharo How to disable settings loading..

2020-07-29 Thread Stéphane Ducasse
Thanks cyril I found it by removing my settings. Now to me this means that the settings should be managed after the handlers. S. > On 29 Jul 2020, at 19:06, Cyril Ferlicot wrote: > > Hi, > > You need to add `--no-default-preferences` after the image name. > > pharo80

Re: [Pharo-dev] [rmod] scripting pharo How to disable settings loading..

2020-07-29 Thread Cyril Ferlicot
Hi, You need to add `--no-default-preferences` after the image name. pharo80 /Users/ducasse/Documents/Pharo/images/P8Indian/P8Indian.image --no-default-preferences --list On Wed, Jul 29, 2020 at 6:57 PM Stéphane Ducasse wrote: > > Hi > > I would like to write some scripts with Pharo. > Now I