On Jul 21, 2015, at 6:02 PM, Juraj Kubelka
<juraj.kubelka(a)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(a)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(a)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(a)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(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch