Modifica: Bene, ora sembra funzionare. Non ho idea di cosa sta succedendo lol.
Qualcuno può dirmi cosa sta succedendo qui?
tell application "Terminal"
do script "killall Finder"
tell application "Finder"
repeat while running
end repeat
end tell
close window 1
quit
end tell
tell application "Finder"
repeat while not running
end repeat
activate
end tell
Il Finder ha ricevuto un errore: l'applicazione non è in esecuzione. "numero -600
è ciò che ottengo. Se commento fuori
repeat while not running
end repeat
Non ho ricevuto l'errore, ma se lo lasciavo e commentavo
activate
Invece, anche io non ricevo un errore. Quindi apparentemente interagiscono tra loro per causare un errore in qualche modo. Se aggiungo un ritardo, posso evitare il problema, ma non voglio sapere perché ciò che ho causa un errore. Ho OS X 10.9.4.