标签:sqlite3 wing 而不是 HERE 软件 使用 folder tps command
Mac电脑中的有些软件不是通过Appstore安装,所以在卸载的过程中得去应用程序
中选中要卸载的程序->移动废纸篓。但是即使这样操作,仍然有些程序顽固地保留在Launchpad中。
在网上搜到了一篇《How to remove an icon from launchpad that does not appear in the Finder?》的文章,里面有简要的回答,想看原文的童鞋点击文章标题即可。其他如我一般英文盲的学霸们直接操作就好:
原文:If you are using Yosemite here is the surgical approach to remove only what you want to, instead of wiping out all of Launchpad.
译文:如果你正在使用的是Yosemite(OS X Yosemite(10.10.X版本)及以上)版本系统,你可以用这种路径来删除你想删除的图标,而不是抹掉所有Launchpad中的图标。
原文:Open up your Terminal app of choice, then use the following command:
译文:打开你的终端应用,输入下面命令:
sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title=‘APP_NAME_CASE_SENSITIVE‘;" && killall Dock
注意:命令中“APP_NAME_CASE_SENSITIVE”是对应要删除软件的名字,注意名称大小写和空格。
标签:sqlite3 wing 而不是 HERE 软件 使用 folder tps command
原文地址:https://www.cnblogs.com/yanyq/p/12982917.html