Giter Site home page Giter Site logo

Comments (3)

MacsInSpace avatar MacsInSpace commented on August 15, 2024

I'm not a developer but:
What about adding 2016?

/usr/local/bin/dockutil --add /Applications/Microsoft\ Excel.app --after 'Microsoft Excel 2016'

or Replace the old one with "2011"

/usr/local/bin/dockutil --add /Applications/Microsoft\ Office 2011/Microsoft\ Excel.app --replacing 'Microsoft Excel 2011'

and then

/usr/local/bin/dockutil --add /Applications/Microsoft\ Excel.app --after 'Microsoft Excel 2016'

or

/usr/local/bin/dockutil --add /Applications/Microsoft\ Excel.app --after 'Microsoft Excel'

from dockutil.

kcrawford avatar kcrawford commented on August 15, 2024

You could try the --label option to give the item you are adding a different name. I'm not sure if that will work but it is worth a try.

Kyle

Sent from Mobile

On Feb 18, 2016, at 8:29 AM, PEM8000 [email protected] wrote:

My users Dock already contains aliases to Office 2011 applications (installed in /Applications/Microsoft Office 2011/). I would like to add aliases from Office 2016 (like /Applications/Microsoft Excel.app) and I can't make it work
Using

/usr/local/bin/dockutil --add /Applications/Microsoft\ Excel.app --after 'Microsoft Excel'

returns

Microsoft Excel already exists in dock. Use --replacing 'Microsoft Excel' to update an existing item

since both items may share the same name in their Info.plist files.

Replacing the old version by the new one, but I would like to show both versions in the user's Dock.
Would there be a way to check the path of a Dock item in addition to its label ?


Reply to this email directly or view it on GitHub.

from dockutil.

PEM8000 avatar PEM8000 commented on August 15, 2024

I'll have to thank kcrawford here, this just worked:

/usr/local/bin/dockutil --add /Applications/Microsoft\ Excel.app --label 'Microsoft Office 2016' --after 'Microsoft Excel'

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.