Hi Guys,
I'm working on Photoshop and a window keeps popping up asking to open "CS5ServiceManager", its driving me nuts, if I ignore it interrupts my work, I cannot install it since I'm using OSX Lion DP3..
Anyone know a fix for this??
Image
I used Lingon and disabled it.
It is located here:
/Library/Application Support/Adobe/CS4ServiceManager/CS4ServiceManager.app/Contents/MacOS/CS4ServiceManager
Of course replace my CS4 with your CS5![]()
welcome.Thanks a bunch :] I deleted the file and it doesn't ask anymore :}
I used Lingon and disabled it.
It is located here:
/Library/Application Support/Adobe/CS4ServiceManager/CS4ServiceManager.app/Contents/MacOS/CS4ServiceManager
Of course replace my CS4 with your CS5![]()
You can also just download the Java installer from the Apple Developer site.
I disabled it with Lingon.
Lingon is no longer developed.
Lingon is no longer developed. The quick, manual way to disable the Adobe crapware is to:
sudo rm /Library/LaunchAgents/com.adobe.*
HTH.
Lingon is no longer developed. The quick, manual way to disable the Adobe crapware is to:
sudo rm /Library/LaunchAgents/com.adobe.*
HTH.
Late answer.Can you explain that more?![]()
cd /Library/LaunchAgents/
sudo rm /Library/LaunchAgents/com.adobe.*
cmd+q
Late answer.
Open up the Terminal app
(/Applications/Utilities/Terminal.app)
Go to the directory
/Library/LaunchAgents/
by writing
and press ENTERCode:cd /Library/LaunchAgents/
Remove all plists for Adobe
Like:
- com.adobe.AAM.Updater-1.0.plist
- com.adobe.CS5ServiceManager.plist
by writing
and press ENTERCode:sudo rm /Library/LaunchAgents/com.adobe.*
You will be prompt to provide your password which is the administrator password. After writing it, press Enter.
Close the terminal
By pressing
Code:cmd+q
Done!