Tag: dock

  • Using a custom package and docklib to add an icon to the Dock in macOS

    This might be a convoluted way to do this, since dockutil has an –allhomes option, but I like using docklib, and so this is one way to go about adding an app to the Dock via a custom package, leveraging docklib and Outset. Here’s the example custom package: gimp_dock. When you look inside, you’ll see…

  • Using Dockutil with Outset to set user Docks on a Mac

    Many people will find Dock Master a good tool to distributing docks to users. If you would prefer to use Dockutil with Outset and a login-once (or login-every) script, you may run into this issue: Items are added but not always removed Workaround #1 kcrawford (developer of Dockutil) has a workaround for this: # Wait…