尽量使用干净的方式来安装 Photoshop 了,但还是有个 CCLibrary 的启动项
image.png|514

正常来说,启动项的删除只需要检查下这几个文件夹,把 Adobe 的 plist 删除即可:

1
2
3
ls ~/Library/LaunchAgents | grep -i adobe
ls /Library/LaunchAgents | grep -i adobe
ls /Library/LaunchDaemons | grep -i adobe

但是这几个文件夹删干净了之后,还是有。

于是使用命令:

1
sfltool dumpbtm | grep -i cclibrary

image.png

1
2
3
4
pkill -f CCLibrary
ps aux | grep -i cclibrary
sudo rm -rf "/Library/Application Support/Adobe/Creative Cloud Libraries/CCLibrary.app"
launchctl list | grep -i adobe

image.png

1
launchctl remove application.com.adobe.AdobeCRDaemon.13556605.13556611

刷新缓存

1
sfltool resetbtm