Thanks Paul....I have tried all sorts of things and have finally succeded with this "fix" from another forum participant! Without this advice I would never have found the elusive files: I cleaned up with Clean My Mac 2, a great app and well worth the 20 euros!
Huge thanks to both yourself and Flavio for the solutions! Cheers! Nick
polettix
I think (hope!) I got it.
The little bas*ard is being launched by another Epson application, namely Epusp.app. This in turns gets launched as agent, its configuration file is in /Library/LaunchAgents/com.epson.Epusp.plist
The application itself is located close to Epudl.app, i.e. in /Library/Application\ Support/Epson/InkjetPrinter/Epusp.app (Epudl.app is in /Library/Application\ Support/Epson/InkjetPrinter/Epudl.app). The main program is /Library/Application\ Support/Epson/InkjetPrinter/Epusp.app/Contents/MacOS/Epusp and it's quite interesting to launch strings on it:
$ strings Epusp | grep Epudl
open /Library"/Application Support"/Epson/InkjetPrinter/Epudl.app
Epudl
(there is also a scary '
http://go.epson.com/redirect.aspx
' in the program...) So it seems that Epusp launches Epudl.
To disable it I used launchctl, which controls launchd:
$ launchctl unload -w /Library/LaunchAgents/com.epson.Epusp.plist
I also saw another Epson-related file in LaunchAgents, so I disabled it as well.
I hope this helps,
Flavio.
MacBook Pro, Mac OS X (10.6.2)