Settings: where are they stored?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Settings: where are they stored?

stepharo
Hi guys

I took latest image set up some fonts.
Then pressed saved.

"Information
Settings has been stored on the disk."
would be good to know where. I have no clue.

Then I tried load

I got: no idea what it is.

Information
Cannot update #Nautilus#emptyCommentWarning. Exception:
MessageNotUnderstood: Nautilus class>>emptyCommentWarning:

I want to set automatically and programmatically settings and I thought
that I could use Ston saved settings but I looks like a not
so good idea.


Stef

Reply | Threaded
Open this post in threaded view
|

Re: Settings: where are they stored?

Henrik Nergaard
SystemSettingsPersistence defaultPreferenceFileReference parent
^^ evaluate that and it should give the result, if not there was some changes in 50393 (https://pharo.fogbugz.com/f/cases/16816)

Best regards,
Henrik


-----Original Message-----
From: Pharo-dev [mailto:[hidden email]] On Behalf Of stepharo
Sent: Tuesday, October 20, 2015 6:55 PM
To: Pharo Development List <[hidden email]>
Subject: [Pharo-dev] Settings: where are they stored?

Hi guys

I took latest image set up some fonts.
Then pressed saved.

"Information
Settings has been stored on the disk."
would be good to know where. I have no clue.

Then I tried load

I got: no idea what it is.

Information
Cannot update #Nautilus#emptyCommentWarning. Exception:
MessageNotUnderstood: Nautilus class>>emptyCommentWarning:

I want to set automatically and programmatically settings and I thought that I could use Ston saved settings but I looks like a not so good idea.


Stef

Reply | Threaded
Open this post in threaded view
|

Re: Settings: where are they stored?

Juraj Kubelka-5
In reply to this post by stepharo
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Settings: where are they stored?

stepharo
I want to create a package and set up the font automatically but I found
another way.




Le 20/10/15 19:39, Juraj Kubelka a écrit :
> SystemSettingsPersistence defaultPreferenceFileReference


Reply | Threaded
Open this post in threaded view
|

Re: Settings: where are they stored?

Marcus Denker-4
In reply to this post by Juraj Kubelka-5
>>
>> Information
>> Cannot update #Nautilus#emptyCommentWarning. Exception: MessageNotUnderstood: Nautilus class>>emptyCommentWarning:
>
> You got this message because Nautilus settings in #nautilusSettingsOn: called #emptyCommentWarning do not have a setting method that should be defined on Nautilus class>>#emptyCommentWarning:  This is a Nautilus's bug.
>

I added an issue tracker entry :

        https://pharo.fogbugz.com/f/cases/16834/implement-Nautilus-class-emptyCommentWarning


        Marcus