Posted on 08-27-2024 09:01 AM
Hi, I am trying to manage the dock apps via profile. However, I don't seem to be able to do it for any apps which is in the sub folder.
How can I add Adobe Photoshop for example.
I have tried copying /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app but it shows a question mark.
Thank you
Posted on 08-27-2024 10:32 AM
You're going to want to look at DockUtil if you haven't already. You can add/remove/move icons in the Dock easily enough.
Posted on 08-28-2024 08:24 AM
Hi,
I downloaded and run ./dockutil-main % ./build.sh
This is the error. I have not install anything from Github. Please do guide me along. Thank you
warning: could not determine XCTest paths: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output:
xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
Posted on 08-28-2024 09:36 AM
You don't need to compile it. There's a pre-built version you can download and use.
https://github.com/kcrawford/dockutil/releases/tag/3.1.3
Posted on 08-28-2024 04:47 PM
Thank you. Will try it out later.
Posted on 08-31-2024 03:21 AM
I downloaded dockutil on my personal computer and it works but my enviroment doesn't allow me to install. Copying the applications path from dockutil to my JAMF profile works perfect for me now.
Then only setback is I got to apply twice in JAMF school in order to have it "applied"
Posted on 08-27-2024 11:26 AM
Dockutil is absolutely the best way to go, but if your org/environment won't let you use unapproved software, try this.
SketchUp installs by default into a subfolder, like /Applications/SketchUp 2024/SketchUp.app. Using Settings > Computer Management > Dock Items, if I add the path as: file:///Applications/SketchUp%202024/SketchUp.app/ then I can use a policy to add or remove that Dock item. Same will work for Adobe CC apps.
Posted on 08-28-2024 08:11 AM
I tried this but it didn't work.
file:///Applications/Adobe%20Photoshop%202024/Adobe%20Photoshop%202024.app/
Posted on 08-27-2024 11:43 AM
I think for Photoshop 2024 it's this path:
file:///Applications/Adobe%20Photoshop%202024/Adobe%20Photoshop%202024.app/
Posted on 08-28-2024 08:04 AM
this didn't work.
Posted on 08-27-2024 12:16 PM
Be careful of Adobe Illustrator as well. The GUI name doesn't match the name in the command line.
This seriously screwed with me when I had a script I was working on.
08-28-2024 08:25 AM - edited 08-28-2024 08:38 AM
Dockutil does work well; and i'd recommend that as well. However what i do in 99% of cases, I just have a simple profile that adds /Applications and ~/Downloads to the dock. This causes the dock to act very similar to the start menu and users can find new apps, by checking out the /Applications folder in the dock, without the administrator changing anything.
That said dockutil works with minimal effort, but to me, no effort, beats minimal.
M
Posted on 09-15-2024 11:15 AM
Hi is there a step by step guide for dock util somwhere?
Posted on 10-01-2024 07:46 AM