kcrawford / dockutil

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

dockutil 3.0.0-beta.1 dock doesn't restart as expected #115

Closed built2order closed 2 years ago

built2order commented 2 years ago

Thanks for allowing us to test the new beta. This single tool creates a great user experience across the 3,000+ devices of which I manage.

When executing the following command as root, the application is added to the dock, however the user's dock doesn't restart (which is the expected behaviour): dockutil --add "$APPLICATION_PATH" /Users/$CURRENT_USER

Restarting the dock is the current behaviour using the python version 2.0.5. This behaviour is also documented in the help page for the executable:

--restart/--no-restart Whether to restart the Dock to apply the changes. (default: true)

kcrawford commented 2 years ago

Thanks for comments and for testing!

I think I know what the issue is and will try to get this fixed soon.

kcrawford commented 2 years ago

Thanks for your patience. Please retest in beta 2. It should be fixed.

built2order commented 2 years ago

This issue is resolved in recent versions.