From: Peter James on
The past three times I've switched on my iMac, the AppleScript editor
has been started, and shows a file headed "maccaching preference.plist".
Is there any significance in this happening, and if not how do I stop
it?
Thanks,

Peter

--
He spoke with a certain what-is-it in his voice, and I
could see that, if not actually disgruntled, he was far
from being gruntled.
P.G. Wodehouse 1881 -1975
From: Peter James on
Peter James <pfjames2000(a)googlemail.com> wrote:

> The past three times I've switched on my iMac, the AppleScript editor
> has been started, and shows a file headed "maccaching preference.plist".
> Is there any significance in this happening, and if not how do I stop
> it?
> Thanks,
>
> Peter
I should have shown the contents of the AppleScript file, and it was:

<?xml version="1.0"
encoding="UTF-8"?><Prefs><UseUSB>False</UseUSB><UseSerial>None</UseSeria
l><GPSrType>Garmin</GPSrType><ShowHint>True</ShowHint><SepDesc>True</Sep
Desc><Vcard>False</Vcard><WinLoc>73,14,1335,610,417</WinLoc><ColWidths>1
00,100,100,100,427,100,100,100,100,100,100,100,100,100,100,100,100,100,1
00,100</ColWidths><DistanceFroms>Home
Coordinates</DistanceFroms><DisplayUnits>1</DisplayUnits><LastSort>0</La
stSort><SortDir>0</SortDir><HomeCoord>30.9282/-104.2342</HomeCoord><Limi
t200>True</Limit200><StripGC>True</StripGC><GPXExportName>0</GPXExportNa
me><iPodNotes>False</iPodNotes><RegName></RegName><RegEmail></RegEmail><
RegCode></RegCode><Owner>Not
Set</Owner><BuildReminder>0</BuildReminder><AllowBetaUpdateCheck>False</
AllowBetaUpdateCheck><AllowUpdateCheck>True</AllowUpdateCheck><AgreeToMa
pTerms>False</AgreeToMapTerms><DefaultDatabase>macLibrary</DefaultDataba
se><AskDbAtStart>False</AskDbAtStart></Prefs>

Peter

--
He spoke with a certain what-is-it in his voice, and I
could see that, if not actually disgruntled, he was far
from being gruntled.
P.G. Wodehouse 1881 -1975
From: Jaimie Vandenbergh on
On Wed, 9 Jun 2010 12:24:35 +0100, pfjames2000(a)googlemail.com (Peter
James) wrote:

>Peter James <pfjames2000(a)googlemail.com> wrote:
>
>> The past three times I've switched on my iMac, the AppleScript editor
>> has been started, and shows a file headed "maccaching preference.plist".
>> Is there any significance in this happening, and if not how do I stop
>> it?
>> Thanks,
>>
>> Peter
>I should have shown the contents of the AppleScript file, and it was:
>
><?xml version="1.0"
>encoding="UTF-8"?><Prefs><UseUSB>False</UseUSB><UseSerial>None</UseSeria
>l><GPSrType>Garmin</GPSrType><ShowHint>True</ShowHint><SepDesc>True</Sep
>Desc><Vcard>False</Vcard><WinLoc>73,14,1335,610,417</WinLoc><ColWidths>1
>00,100,100,100,427,100,100,100,100,100,100,100,100,100,100,100,100,100,1
>00,100</ColWidths><DistanceFroms>Home
>Coordinates</DistanceFroms><DisplayUnits>1</DisplayUnits><LastSort>0</La
>stSort><SortDir>0</SortDir><HomeCoord>30.9282/-104.2342</HomeCoord><Limi
>t200>True</Limit200><StripGC>True</StripGC><GPXExportName>0</GPXExportNa
>me><iPodNotes>False</iPodNotes><RegName></RegName><RegEmail></RegEmail><
>RegCode></RegCode><Owner>Not
>Set</Owner><BuildReminder>0</BuildReminder><AllowBetaUpdateCheck>False</
>AllowBetaUpdateCheck><AllowUpdateCheck>True</AllowUpdateCheck><AgreeToMa
>pTerms>False</AgreeToMapTerms><DefaultDatabase>macLibrary</DefaultDataba
>se><AskDbAtStart>False</AskDbAtStart></Prefs>
>
>Peter

Have you recently installed/updated your Garmin GPS software? That's
where this seems to come from.

It's not applescript, btw, it's a normal .prefs file. Why the
AppleScript editor has fired up with it is another question entirely -
what usually happens when you doubleclick on a prefs file? There are
plenty in (your home folder)/Library/Preferences to try.

Cheers - Jaimie
--
He has a woman's name and wears makeup. How original.
-- Alice Cooper on Marilyn Manson
From: Jim on
On 2010-06-09, Peter James <pfjames2000(a)googlemail.com> wrote:
> The past three times I've switched on my iMac, the AppleScript editor
> has been started, and shows a file headed "maccaching preference.plist".
> Is there any significance in this happening, and if not how do I stop
> it?

Go to SystemPrefs->Users->Login Items, see if it's in the list.

Jim
--
Twitter:@GreyAreaUK

"If you have enough book space, I don't want to talk to you."
Terry Pratchett
From: Peter James on
Jaimie Vandenbergh <jaimie(a)sometimes.sessile.org> wrote:

>snipped
>
> Have you recently installed/updated your Garmin GPS software? That's
> where this seems to come from.
Yes I have. So that's where it comes from. Thanks.
> It's not applescript, btw, it's a normal .prefs file. Why the
> AppleScript editor has fired up with it is another question entirely -
> what usually happens when you doubleclick on a prefs file? There are
> plenty in (your home folder)/Library/Preferences to try.
>
> Cheers - Jaimie
When doubleclicking on a prefs file the property list editor opens up.

Peter
--
He spoke with a certain what-is-it in his voice, and I
could see that, if not actually disgruntled, he was far
from being gruntled.
P.G. Wodehouse 1881 -1975