Giter Club home page Giter Club logo

Comments (8)

grahamgilbert avatar grahamgilbert commented on July 28, 2024

+1 on this. It fails to add items too. No error messages produced. This is being called at login with a luanchagent.

from dockutil.

clburlison avatar clburlison commented on July 28, 2024

For extra data, I'm also unable to get dockutil to add or remove icons to the dock on 10.12. This is while a user is logged in. Reproducible at the command line with:

/usr/local/bin/dockutil --remove all

or

/usr/local/bin/dockutil --add '/Applications/Google Chrome.app'

Tested with the latest commit in master a41f90a

from dockutil.

grahamgilbert avatar grahamgilbert commented on July 28, 2024

However, this does work...

~ ❯ launchctl unload /System/Library/LaunchAgents/com.apple.Dock.plist
~ ❯ dockutil --add '/Applications/TextEdit.app'
~ ❯ launchctl load /System/Library/LaunchAgents/com.apple.Dock.plist
~ ❯ launchctl start com.apple.Dock.agent

from dockutil.

vikram731 avatar vikram731 commented on July 28, 2024

After some investigation, I found that killing the dock with HUP signal does not work. Following command fails in 10.12
killall -HUP Dock

However, sending default SIGTERM does work.
killall Dock

from dockutil.

gregneagle avatar gregneagle commented on July 28, 2024

Better to use launchctl to load and unload so that you make your changes while the Dock is not running.

from dockutil.

kcrawford avatar kcrawford commented on July 28, 2024

I like the idea of using launchctl, but for now I'll remove the HUP to get functionality back.

Thanks everyone.

Kyle

Sent from Mobile

On Sep 14, 2016, at 10:11 AM, Greg Neagle [email protected] wrote:

Better to use launchctl to load and unload so that you make your changes while the Dock is not running.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

from dockutil.

gregneagle avatar gregneagle commented on July 28, 2024

Feel free to steal anything from here:
https://gist.github.com/gregneagle/5c422d709c93615341a21009f800222e

from dockutil.

kcrawford avatar kcrawford commented on July 28, 2024

Thanks Greg! That is a beautiful implementation and I will will certainly steal from it when I have time!

Kyle

Sent from Mobile

On Sep 14, 2016, at 4:06 PM, Greg Neagle [email protected] wrote:

Feel free to steal anything from here:
https://gist.github.com/gregneagle/5c422d709c93615341a21009f800222e


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.

from dockutil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.