Hi!
I have just downloaded the last moose. When I open it, I have an AuthorNameRequest error. Am I the only one? Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
On 21/03/2016 13:54, Alexandre Bergel wrote: > Hi! > > I have just downloaded the last moose. When I open it, I have an > AuthorNameRequest error. > Am I the only one? > Hi, I don't have any problem about that. Do you use settings? Because there is currently a problem with the settings and the growl popup in Pharo5, this might be related. > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev signature.asc (817 bytes) Download Attachment |
Yes, I have some settings…
Any idea where the setting info is stored on my hard disk? Is there a way to reset it? Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Hi Alex, you can check if the problem is related to settings loading at startup by loading the slice for the case #17844
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
easier: just evaluate the following expression, save and quit and reopen the image.
SessionManager default
registerUserClassNamed: #SystemSettingsPersistence atPriority: 9999
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Are you sure that not depending on the other startup items is ok? Because My code definitely has to run after setting are loaded, so I’ve put it on default + 1000 priority. Now if the preferences priority will be moved, I have to also my my startup actions. To avoid doing this manually I think I will simply lookup that priority of SystemSettingsPersistence and add something to it, so my action will run later. This defeats the purpose of the startup changes.
Or I’m missing something? Uko
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
> Le 21 mars 2016 à 14:49, Yuriy Tymchuk <[hidden email]> a écrit :
> > Are you sure that not depending on the other startup items is ok? We had a discussion there on this point: https://pharo.fogbugz.com/f/cases/17834/World-Morph-is-started-up-before-Fonts > Because My code definitely has to run after setting are loaded, so I’ve put it on default + 1000 priority. Now if the preferences priority will be moved, I have to also my my startup actions. To avoid doing this manually I think I will simply lookup that priority of SystemSettingsPersistence and add something to it, so my action will run later. This defeats the purpose of the startup changes. It looked good but there could be other use cases like yours. I think the best would be to execute startup of system preferences just before the user category. This way, you could register QA in the user category without checking system preferences order. _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Free forum by Nabble | Edit this page |