ryangball / DockBuilder

A LaunchAgent and .app to build a user's Dock upon login and/or on demand.
45 stars 7 forks source link

Dock Tiles for Apple Apps not populating 10.15.2 #6

Closed CraigLindsey closed 4 years ago

CraigLindsey commented 4 years ago

After building a package and confirming the layest version of dockutil was included, I installed through JAMF and DockBuilder ran as expected. However, none of the Apple app icons populate. I've confirmed this in a VM running 10.15.2 as well as a freshly installed 10.15.2 OS on a 16" MBP. I've tested with a local user and a mobile managed user. The issue persists.

The same .pkg behaves correctly under macOS 10.14.6

ryangball commented 4 years ago

@CraigLindsey If this is actually an issue I will probably be able to take a look at one night, but before I do are you sure that you are using the correct paths for the Apple apps in Catalina? For reference, System Preferences lives here in Catalina: /System/Applications/System Preferences.app

huyhong commented 4 years ago

To clarify what @ryangball says, a number of Apple apps still appear to live inside /Applications/{App Name}.app but their valid path for the Dock's purpose is /System/Applications/{App Name}.app. See this issue on dockutil for more details: https://github.com/kcrawford/dockutil/issues/86#issuecomment-546526480

ryangball commented 4 years ago

@huyhong This was my thought as well. @CraigLindsey is this your issue?

ryangball commented 4 years ago

Closing as I suspect the issue is related to Catalina’s system app location change.