Posted on 07-30-2019 11:33 AM
I'm sure I'm missing something easy but I cannot find a way to add non-apple apps to the dock via Jamf. Any suggestions?
Solved! Go to Solution.
Posted on 07-30-2019 11:50 AM
Check out ProfileCreator to make a dock profile with 3rd party apps. You'll want to sign the profile before uploading to Jamf, as well.
Posted on 07-30-2019 11:33 AM
I will assume you mean macOS and not iOS, correct?
Posted on 07-30-2019 11:50 AM
Check out ProfileCreator to make a dock profile with 3rd party apps. You'll want to sign the profile before uploading to Jamf, as well.
Posted on 07-30-2019 12:04 PM
Yep on MacOS,
Great I'll try that profile maker. Thanks all!
Posted on 07-30-2019 12:41 PM
Settings -> Computer Management -> Dock Items -> +NEW -> Add display name and path to app (e.g. file://Macintosh HD/Applications/Google Chrome.app)
Now make a policy set to run at login and ongoing. Add Dock items on the left side and Add Chrome -> Add to Beginning (or end) of Dock.
Posted on 07-30-2019 12:55 PM
Awesome I'll give that a try ty!
Posted on 07-31-2019 11:22 AM
@sshort Can you also remove unwanted icons with a profile?
Thanks
Posted on 08-01-2019 06:57 AM
I use dockutil - https://github.com/kcrawford/dockutil - makes it super easy to manage all things dock
#!/bin/sh
/usr/local/bin/dockutil --remove all --no-restart --allhomes
sleep 2
/usr/local/bin/dockutil --add "/Applications/System Preferences.app" --allhomes
/usr/local/bin/dockutil --add "/Applications/Launchpad.app" --allhomes
/usr/local/bin/dockutil --add "/Applications/Google Chrome.app" --allhomes
/usr/local/bin/dockutil --add "/Applications/Slack.app" --allhomes
/usr/local/bin/dockutil --add "/Applications/Self Service.app" --allhomes
sleep 2
killall Dock
sleep 2
Posted on 08-01-2019 08:09 AM
I manage my staff and lab macs separately by using Configuration profiles. Managing the Dock through config profile allows me to customize each lab and add any .app I wan along with removing all but what I want displayed, for staff I Merge with users dock to allow them to add/remove their own apps.
Posted on 08-01-2019 08:24 AM
@piagetblix Yes, the default behavior is to replace the existing dock with the items you define in your profile. However, you can also select the "merge with user's dock" option to keep the existing dock items, and just add what you have in your profile.
As long as "prevent modifying items in dock" is not enabled, the user is free to adjust the dock.
Posted on 08-03-2019 12:40 PM
I would second using profile creator. You can make a dock profile that adds to the existing and use the export plist option, long click on the export button, then you can just add that as a custom setting in a profile so no need to sign it. Advantage is you can still see the settings in the profile because when they are signed you can't.
Posted on 08-05-2019 11:21 AM
Ok awesome, @marklamont so you don't need to sign it? I haven't had one work yet and thought that was my issue.
Posted on 08-05-2019 01:44 PM
no need to sign, just make sure you export plist and add as custom.
Posted on 08-08-2019 08:49 AM
@sshort
It seems even if I have "prevent modifying items in dock" unchecked it won't allow me to remove apps from the dock that are specified in the profile. I supposed you have to check the merge button to allow things to be deleted?
Gabe Shackney
Princeton Public Schools
Posted on 08-08-2019 12:11 PM
@marklamont alright that was crazy helpful. Can you have more than one plist per Config Profile? I pushed it to a test group yesterday and the profiles seem to be failing when they attempt to apply to the macs.
Posted on 08-08-2019 12:13 PM
@amorse
I just tested with both a dock and a Desktop picture plist to the custom section of one profile and it seems to work pretty well.
Gabe Shackney
Princeton Public Schools
Posted on 08-09-2019 11:04 AM
This whole thread just alleviated my frustration. I finally have a working dock for this lab configuration I'm putting together. Thanks.
Posted on 09-19-2019 08:26 AM
This may seem like a silly question, but how do I export the profile from Profile Creator as a .plist?
Posted on 09-19-2019 08:33 AM
NVM, turns out you can find answers when you read things carefully... :p
Posted on 12-01-2020 04:27 PM
Looks like Big Sur broke Profile Creator?
Crashes out as soon as I launch it.