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
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:pharo-dev-bounces@lists.pharo.org] On Behalf Of stepharo Sent: Tuesday, October 20, 2015 6:55 PM To: Pharo Development List <pharo-dev@lists.pharo.org> 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
Hi,
On Oct 20, 2015, at 13:54, stepharo <stepharo@free.fr> wrote:
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.
SystemSettingsPersistence defaultPreferenceFileReference
Then I tried load
I got: no idea what it is.
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 can write a test case that will detect problematic settings. Setting Browser will only inform a user about a issue. It does not raise error (debugger).
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.
I do not understand this. You can programmatically save a setting using SystemSettingsPersistence>>#storeIdentifier: Cheers, Juraj
Stef
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-emptyCommen... Marcus
participants (4)
-
Henrik Nergaard -
Juraj Kubelka -
Marcus Denker -
stepharo