kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.37k stars 131 forks source link

Notes.app shows up as ? when added through dockutil #89

Closed pigeon-archive closed 4 years ago

pigeon-archive commented 4 years ago

Hi there! First just wanted to say that I love this tool and you've done an amazing job with it.

For some reason, when I add the Notes.app to the dock through dockutil it shows up as missing. I have to manually remove the question mark and add Notes in its place. This is of course not ideal.

Screen Shot 2020-01-02 at 11 55 04 AM

I'm adding Notes using dockutil as so:

dockutil --add /Applications/Notes.app

Any ideas? Thanks and happy new years!

dannyhanes commented 4 years ago

Try this.

dockutil --add "/System/Applications/Notes.app"

Apple applications are starting to move to /System/Applications instead of leaving them in /Applications

Edit: This is a macOS Catalina change.

pigeon-archive commented 4 years ago

That worked! Thanks for the assistance! (I am on Catalina)