How to Nuke Lion’s Launchpad and Start Over

How to Nuke Lion’s Launchpad and Start Over

One of the hallmark user features in OS X Lion is the iOS-like Launchpad. From the Launchpad, you can view, open, organize, and manage all of your Mac apps just like the iPhone and iPad.

While some may love Launchpad, many have voiced complaints over the confusing nature of how Launchpad handles Mac apps. In this post, we’ll show you how to completely clean out your Launchpad and start over.

When you delete an app from the Mac App Store in Launchpad, you delete it completely from your machine. Apps that are downloaded from the Mac App Store can always be easily re-installed, but that’s still an issue if you’re trying to clean out your busy Launchpad.

What’s even more confusing is that non-Mac App Store apps cannot be deleted from Lion’s Launchpad. That means one thing for the end user: confusion.

If you’ve got an overwhelming amount of app icons glaring at you from your Launchpad, then we’ve got just the trick for you. The following method will totally nuke your Launchpad clean of all app icons.

Developer Loren Segal outlines the “nuclear option” through a step-by-step process in Terminal that will empty the Launchpad database. He cautions:

“Before you do this, realize that this command will delete data. If you care about how your apps are setup in Launchpad, you will want to backup the .db file below. Do it before issuing the command.”

Step 1: Open Terminal on your Mac (located in the Utilities folder).

Step 2: Backup your current Launchpad database in case you need to restore it. Type this into Terminal:

mkdir ~/Desktop/DB_Backup

Step 3: Now, enter this text to actually copy the database:

cp ~/Library/Application\ Support/Dock/*.db ~/Desktop/DB_Backup/

Step 4: Enter the following command:

sqlite3 ~/Library/Application\ Support/Dock/*.db 'DELETE FROM apps;' 
&& killall Dock

That’s it! You should now have a blank Launchpad. Some of your (now empty) app folders may still be there, but you can easily clear those too by dragging an app icon in and then dragging it back out. The folder will then disappear.

Let us know how this tutorial worked for you in the comments! Are you happy to have a clean, fresh Launchpad?

[via TUAW]

DON'T MISS
Easily Delete Mac App Store Apps With Launchpad [OS X Tips]

Apps you might like

  • http://pulse.yahoo.com/_Y5UMUB3UJV35B75DO2M7CKGFFE ElmerCat

    It took a little practice to get the hang of Launchpad, but now I’m really sold on it. One great feature I haven’t seen mentioned elsewhere, is that it works even when the Finder becomes unresponsive.

    When I tried to restart the other day (due to something completely unrelated), the system hung with the old spinning beach ball. The only program still running was the Finder, but it was locked up so I couldn’t get to the Apple menu and the Force Quit dialog.

    However, I had previously assigned a Hot Corner to Launchpad, and it was still working! It started Activity Monitor, and I was able to kill the hung Finder process, allowing the system to restart without having to resort to the power button!

    But beyond that, the interface grows on you the more you use it. It’s faster, more organized and just more elegant than the old way of launching apps via the Dock and/or Finder. If you don’t have a Magic Touchpad, assign Launchpad to a Hot Corner; put your most often used apps on the main page and nearest to that corner.

About the author

Alex HeathAlex Heath is a news contributor at Cult of Mac. He also covers jailbreak news and reviews. He previously served as an editor for iDownloadBlog. You can find out more about him on his personal site and also follow him on Twitter.

(sorry, you need Javascript to see this e-mail address)| Read more posts by .

Posted in How-To, Top stories | Tagged: , , , |