Lion Launchpad Configuration

Lion Launchpad Configuration

So, I love much of what I’ve played with in Lion but the inability to customize the launchpad beyond the basics of deleting apps to make them disappear, redoing code to only have all the apps reappear after adding a new app was a frustrating experience to say the least.  But, here is a great little tip on how to clean up your launchpad and start fresh.

  1. Open your Utilities folder and choose Terminal
  2. In case you need to restore it, it’s a good idea to backup the current launchpad config.  To do so, enter the following into terminal:  mkdir ~/Desktop/DB_Backup
  3. Then, enter the following:  cp ~/Library/Application\ Support/Dock/*.db ~/Desktop/DB_Backup/
  4. Finally, enter: sqlite3 ~/Library/Application\ Support/Dock/*.db 'DELETE FROM apps;'&& killall Dock

You should be set….if you see empty app folders, just drag an app into it and out of it and you’ll see it disappear.  Thanks to the folks at cultofmac for their help with this.

One Response »

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>