If you're see messages like this in the Console:
7/6/12 12:49:23.545 PM com.apple.launchd.peruser.1025[363]: (com.unmarked.textsoap7.menu[1062]) Exited with code: 1
7/6/12 12:49:23.545 PM com.apple.launchd.peruser.1025[363]: (com.unmarked.textsoap7.menu) Throttling respawn: Will start in 10 seconds
it is due to the fact that the helper app from TextSoap 7.2 was not shut off when it was replaced with another solution. While this should be resolved in future release (beyond 7.3.1), you can clear up the issue right now by launching Terminal and typing in the following:
launchctl remove com.unmarked.textsoap7.menu
See for more details:
http://osxdaily.com/2011/03/08/remove-an-agent-from-launchd/
Comments
0 comments
Article is closed for comments.