New version:

Now there is a hierarchy for the setting file

- first it lloks in the image diretory for st files
- if none is found, it looks into 
~/.config/pharo/${VERSION}
- if none is found it looks into
~/.config/pharo/general
We could also add a look into 
~/.pharo/



Gofer new
squeaksource: 'StartupPreferences';
package: 'StartupPreferences';
load.

Ben

On Dec 1, 2011, at 6:50 PM, St�phane Ducasse wrote:

me too.

Stef

On Dec 1, 2011, at 6:38 PM, Camillo Bruni wrote:

Yeah I would really love to see this.

maybe with a fixed lookup chain

1. Settings from the Image directory/startup.st
2. Settings from ~/.pharo/$VERSION/startup.st
3. Settings from ~/.pharo/startup.st

cami