Hi!
I am happy to send data to you guys. Just a small request: can you put the checkbox in the little pink window? Each time I download an image, I have to open the preference browser, which is… a bit painful.
Picky me :-)
Cheers, Alexandre
Why not use startup script?
~~~~~~~~~~~~ "~/.config/pharo/5.0/defaultSettings.st" StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'GTSpotter usage data' code: [ GTSpotterEventRecorderSettings sendUsageData: true ] runOnce: true. } ~~~~~~~~~~~~
Spotter seems happy and I don't need to configure it each time I download a new image.
Peter
On Tue, Jul 21, 2015 at 5:14 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
I am happy to send data to you guys. Just a small request: can you put the checkbox in the little pink window? Each time I download an image, I have to open the preference browser, which is… a bit painful.
Picky me :-)
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks! I will see whether this works on OS X
Cheers, Alexandre
On Jul 21, 2015, at 5:22 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Why not use startup script?
"~/.config/pharo/5.0/defaultSettings.st" StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'GTSpotter usage data' code: [ GTSpotterEventRecorderSettings sendUsageData: true ] runOnce: true. }
Spotter seems happy and I don't need to configure it each time I download a new image.
Peter
On Tue, Jul 21, 2015 at 5:14 PM, Alexandre Bergel alexandre.bergel@me.com wrote: Hi!
I am happy to send data to you guys. Just a small request: can you put the checkbox in the little pink window? Each time I download an image, I have to open the preference browser, which is… a bit painful.
Picky me :-)
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Not sure how up-to-date this is for Mac https://ci.inria.fr/pharo-contribution/view/Books/job/PharoHiddenTreasures/l... section 2. StartupLoader
Peter
On Tue, Jul 21, 2015 at 5:26 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Thanks! I will see whether this works on OS X
Cheers, Alexandre
On Jul 21, 2015, at 5:22 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Why not use startup script?
"~/.config/pharo/5.0/defaultSettings.st" StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'GTSpotter usage data' code: [ GTSpotterEventRecorderSettings
sendUsageData: true ]
runOnce: true.
}
Spotter seems happy and I don't need to configure it each time I
download a new image.
Peter
On Tue, Jul 21, 2015 at 5:14 PM, Alexandre Bergel <
alexandre.bergel@me.com> wrote:
Hi!
I am happy to send data to you guys. Just a small request: can you put
the checkbox in the little pink window? Each time I download an image, I have to open the preference browser, which is… a bit painful.
Picky me :-)
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
For the OS X is like that:
StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'Send annonymous usage data’ code: '(Smalltalk at: #GTSpotterEventRecorderSettings) perform: #sendUsageData: with: (true)’ runOnce: true. }.
or the same written by hand by Peter.
You should store it in ~/Library/Preferences/pharo/5.0
Cheers, Juraj
On Jul 21, 2015, at 12:26, Alexandre Bergel alexandre.bergel@me.com wrote:
Thanks! I will see whether this works on OS X
Cheers, Alexandre
On Jul 21, 2015, at 5:22 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Why not use startup script?
"~/.config/pharo/5.0/defaultSettings.st" StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'GTSpotter usage data' code: [ GTSpotterEventRecorderSettings sendUsageData: true ] runOnce: true. }
Spotter seems happy and I don't need to configure it each time I download a new image.
Peter
On Tue, Jul 21, 2015 at 5:14 PM, Alexandre Bergel alexandre.bergel@me.com wrote: Hi!
I am happy to send data to you guys. Just a small request: can you put the checkbox in the little pink window? Each time I download an image, I have to open the preference browser, which is… a bit painful.
Picky me :-)
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks! I try
Alexandre
On Jul 21, 2015, at 6:02 PM, Juraj Kubelka juraj.kubelka@gmail.com wrote:
For the OS X is like that:
StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'Send annonymous usage data’ code: '(Smalltalk at: #GTSpotterEventRecorderSettings) perform: #sendUsageData: with: (true)’ runOnce: true. }.
or the same written by hand by Peter.
You should store it in ~/Library/Preferences/pharo/5.0
Cheers, Juraj
On Jul 21, 2015, at 12:26, Alexandre Bergel alexandre.bergel@me.com wrote:
Thanks! I will see whether this works on OS X
Cheers, Alexandre
On Jul 21, 2015, at 5:22 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Why not use startup script?
"~/.config/pharo/5.0/defaultSettings.st" StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'GTSpotter usage data' code: [ GTSpotterEventRecorderSettings sendUsageData: true ] runOnce: true. }
Spotter seems happy and I don't need to configure it each time I download a new image.
Peter
On Tue, Jul 21, 2015 at 5:14 PM, Alexandre Bergel alexandre.bergel@me.com wrote: Hi!
I am happy to send data to you guys. Just a small request: can you put the checkbox in the little pink window? Each time I download an image, I have to open the preference browser, which is… a bit painful.
Picky me :-)
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev