• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: System Events -600 error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: System Events -600 error


  • Subject: Re: System Events -600 error
  • From: Lists <email@hidden>
  • Date: Tue, 03 Dec 2013 16:34:24 -0800

You can globally disable auto termination with defaults. Applications auto quitting was making me nuts.

Disable Automatic Termination in Mac OS X
defaults write -g NSDisableAutomaticTermination -bool yes
Re-Enable Automatic App Termination in Mac OS X
defaults delete NSDisableAutomaticTermination
Or by reversing “yes” to “no” and running the original command again:
defaults write -g NSDisableAutomaticTermination -bool no

J

On Dec 3, 2013, at 2:20 PM, Jim Skibbie <email@hidden> wrote:

> Chris-
>
> I'm running OS X 10.8.5. The Applescript call comes from a program from
> Enfocus called "Switch" that is a scriptable automation platform.
>
> I just ran:
>
> tell application "System Events" to quit delay
> the result -- 300
>
> So, if I set the quit delay to 0, is that something I need to do every
> time System Events launches, or is that application property saved with
> System Events going forward?
>
> Thanks.
> Jim
>
>
>
>
>
> On 11/29/13 2:00 PM, "email@hidden" wrote:
>
>> Hey Jim,
>>
>> You didn't say which OS you were running.
>>
>> App-nap?
>>
>> Auto-quit?
>>
>> I've had problems with System Events quitting on me since Lion.
>>
>> This might possibly help you:
>>
>> tell application "System Events"
>> 	set quit delay to 0
>> end tell
>>
>> --
>> Best Regards,
>> Chris
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden


  • Follow-Ups:
    • Re: System Events -600 error
      • From: Shane Stanley <email@hidden>
References: 
 >Re: System Events -600 error (From: Jim Skibbie <email@hidden>)

  • Prev by Date: Re: System Events -600 error
  • Next by Date: Re: System Events -600 error
  • Previous by thread: Re: System Events -600 error
  • Next by thread: Re: System Events -600 error
  • Index(es):
    • Date
    • Thread