Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Apps in Launchpad in random order

I have two MacBook Pros, both upgraded to macOS High Sierra 10.13 (17A365) on Sept. 25.


I like to keep the apps in Launchpad in order. From time to time, I'll run the following command to reorder Launchpad:


defaults write com.apple.dock ResetLaunchPad -bool true ; killall Dock


This command will put Apple apps on the first page, and the rest of my apps in alphabetical order on the second page. I've been doing this for a couple of years now, and until now it has worked consistently.


This command still works on one of my MacBooks, but on the other it puts the second page (non-Apple) apps in a seemingly random order. It's the same order every time I run the command, but it's not alphabetical.


Is anyone else seeing this? Is there any way to fix it? Thanks!

Posted on Sep 28, 2017 12:16 PM

Reply
Question marked as Best reply

Posted on Nov 28, 2017 1:17 PM

It looks like the issue lies in how APFS handles filenames now. A directory list with HFS+ (the older Apple file system) returned contents in alphabetical order. With the newer APFS released with High Sierra folder contents are returned arranged by the hash of their filenames instead. The one MacBook is probably not using flash based storage and so wasn't upgraded to APFS and hence the command still works properly.


You can read the APFS FAQs at https://developer.apple.com/library/content/documentation/FileManagement/Concept ual/APFS_Guide/FAQ/FAQ.html

for more info.


For now, stick to the wiggle workaround. 🙂

5 replies
Question marked as Best reply

Nov 28, 2017 1:17 PM in response to Geez Jan

It looks like the issue lies in how APFS handles filenames now. A directory list with HFS+ (the older Apple file system) returned contents in alphabetical order. With the newer APFS released with High Sierra folder contents are returned arranged by the hash of their filenames instead. The one MacBook is probably not using flash based storage and so wasn't upgraded to APFS and hence the command still works properly.


You can read the APFS FAQs at https://developer.apple.com/library/content/documentation/FileManagement/Concept ual/APFS_Guide/FAQ/FAQ.html

for more info.


For now, stick to the wiggle workaround. 🙂

Apps in Launchpad in random order

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.