Jump to content

Missing Standard Suite in AppleScript Dictionary


Recommended Posts

Hi,

 

I'm posting this in Discussion as it is not technically a bug report (or is it?). I used to start Alfred using AppleScript with

tell application "Alfred 2" to launch

but this doesn't work anymore. I suspect it's because there is no Standard Suite (with commands such as open, launch, close) in the AppleScript Dictionary for Alfred. Is it possible to bring this suite back in the dictionary? Thanks a lot!

Link to comment

Thanks for your suggestion, unfortunately this doesn't start Alfred when it's not already running. But it gave me the idea of this workaround:

tell application "Finder" to open file "/Applications/Alfred 2.app" as POSIX file

and this works perfectly. Thanks!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...