On my MacBook pro I get the above message when I start up the system. This points to the file “/System/Library/LaunchAgents/com.apple.appleseed.seedusaged.postinstall.plist”.
This file contains what looks like a call to the “Feedback Assistant.app” app:
<key>Label</key>
<string>com.apple.appleseed.seedusaged.postinstall</string>
<key>LimitLoadToSesionType</key>
<string>Aqua</string>
<key>ProgramArguments</key>
<array>
<string>oneShot</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>Program</key>
<string>/System/Library/CoreServices/Applications/Feedback Assistant.app/Contents/Library/LaunchServices/seedusaged</string>
Is this normal and OK, or is it some kind of malware?
Thanks.