S
S
Sergey Prishchenko2015-10-21 18:22:49
macOS
Sergey Prishchenko, 2015-10-21 18:22:49

Launchpad reset how to do?

Updated to 10.11 El Capitan.
Previously in 10.10 it was possible to reset Launchpad using the command in the terminal

sqlite3 ~/Library/Application\ Support/Dock/*.db "DELETE from apps; \DELETE from groups WHERE title<>''; DELETE from items WHERE rowid>2;" \ && killall Dock

Now, such a database is not stored in the "~/Library/Application\ Support/Dock/" folder.
Who knows where she moved to?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
beu, 2015-10-29
@beu

On El Capitan, you can reset it like this
sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db "DELETE from apps; DELETE from groups WHERE title<>''; DELETE from items WHERE rowid>2;" && killall Dock

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question