Cool, For me the default config dir is still in "~/.pharo/" so that would be cool if added... cami On 2011-12-13, at 11:37, Benjamin wrote:
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