|
AppleScript
Hey all,
Hope someone can help to address this issue with automator calendar alarms.
i'd like to:
- setup an automator alarm
- have it run on the desired time
- this worked in 10.8/1 but still an issue in 10.8.3
issues:
- it runs for awhile then stops running
- then the file doesn't even open.
what i've found
- restarting resolves the issue.
- when it does stop working you can see the automator file in the activity monitor is running but doesn't execute.
- the only way to consistently get it to work is to restart
-
troubleshooting
- repaired permissions
- rebuilt launchservices
here's a sample automator code:
on run {input, parameters}
display dialog "Hello!"
return input
end run
setting up automator calendar
1. http://www.youtube.com/watch?v=K8BDE2IGNS0
2. instead of launching applications use the run applescript.
OS X Mountain Lion |
|