Tente salvar uma lista de propriedades como ~/Libary/LaunchAgents/test.plist
e carregue-a com launchctl load ~/Libary/LaunchAgents/test.plist
.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
http://www.apple.com/DTDs/PropertyList-1.0.dtd>
<plist version="1.0">
<dict>
<key>Label</key>
<string>test</string>
<key>ProgramArguments</key>
<array>
<string>osascript</string>
<string>-e</string>
<string>tell application "System Events"
set p to name of processes
if p contains "TextEdit" and p does not contain "Mail"
do shell script "open -gja Mail"
end
end</string>
</array>
<key>StartInterval</key>
<integer>10</integer>
</dict>
</plist>
open -j
( --hide
) foi adicionado em 10.8. open -jg
às vezes abre uma nova janela visível se um aplicativo estiver em execução, mas não tiver janelas abertas.
Se o StartInterval for de 9 segundos ou menos, o programa apenas será acelerado.
com.apple.launchd.peruser.501[128]: (test) Throttling respawn: Will start in 7 seconds