OSX Launchpad icon Modification

Source: Internet
Author: User

Tag: OSX

After a Parallels Desktop is installed, there are many more icons in the launchpad in OSX, but many of them are not what I want. How can we delete or modify them? The following describes some methods:

① Directly operate the appications folder

The launchpad application is located at/applications and/user/name/applications. You can modify and delete the application by yourself.

② Operate the database

Some icons may have been deleted, but the icons are still on the launchpad. You can delete them in a simple way. Click the icon and add a question mark to the icon, then drag it to trash. The following describes how to delete a database.
The launchpad data is stored in/users/name/library/Application Support/dock. The files under my Mac are as follows:
69cdddad-01d7-40c7-83a4-1e88292d5765.db export toppicture. DB. We operate on this database file with a long name. This is a database file saved by the SQLite database and can be operated using the mesasqlite GUI tool or command line. The following information is displayed in the database. What makes sense is a table called apps.

SQLite version 3.8.5 2014-08-15 22:37:57Enter ".help" for usage hints.sqlite> .tablesapp_sources       dbinfo            image_cache       widgets         apps              downloading_apps  items           categories        groups            widget_sources  sqlite> .schema appsCREATE TABLE apps (item_id INTEGER PRIMARY KEY, title VARCHAR, bundleid VARCHAR, storeid VARCHAR,category_id INTEGER, moddate REAL, bookmark BLOB);sqlite> select * from apps limit 5 ;7|App Store|com.apple.appstore||1|390157307.0|book?9|Automator|com.apple.Automator||1|388084524.0|book?10|计算器|com.apple.calculator||1|399110725.0|book?13|日历|com.apple.iCal||2|416818725.0|book?14|国际象棋|com.apple.Chess||3|399107832.0|book?

To delete some applications, you can directly perform some SQL operations on the apps table.

For more blogs, go to xiaopengxuan.

OSX Launchpad icon Modification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.