Mar 14, '12 07:30:00AM • Contributed by: Anonymous
No matter what script I try, the SystemUIServer crashes. And somewhere in the crash report is this ominous message:
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER
This might have something to do with Apple tightening privileges for spawning processes, but it can be easily fixed by enclosing the shell script in AppleScript.
do shell script "sh ~/script.sh"
[kirkmc adds: I haven't tested this; I don't run shell scripts from the script menu, so I haven't seen crashes.]
