This commit is contained in:
luk
2024-08-03 14:24:45 +08:00
parent 29a2b5d7db
commit 9992fb331a
11 changed files with 62 additions and 49 deletions

View File

@@ -0,0 +1,7 @@
echo 删除 LaunchPad 里残留的图标
# open /private/var/folders/ in Finder, search for 'launchpad', right-click & select 'Services -> New Terminal at Folder' to open it in terminal:
cd /private/var/folders/ht/rgh2n38j5mvc08wkxhlb1wlw0000gn/0/com.apple.dock.launchpad/db
sqlite3 db "delete from apps where title='要删除的图标的名称';" && killall Dock