No internet connection
  1. Home
  2. Support

Opening Keychain Access

By Mark Mangini @Mark_Mangini
    2021-04-12 03:05:55.297Z

    Desired Workflow

    Press a button, Keychain Access opens in Finder

    Question

    The LAUNCH APPLICATION Action does not find Keychain Access.app. How would I open this Utility in the Mac Utilities folder?

    Command Info

    ID: user:ckn9iazu30003jx10v6dywkol:ckndwitxy000ese103qwlrxx0
    Name: Keychain
    

    Source

    undefined
    

    Links

    User UID: iG2OvCZJcWSvwDquWBZPmJT3vHc2

    Feedback Key: sffeedback:iG2OvCZJcWSvwDquWBZPmJT3vHc2:-MY31j4_daHViLFec-WN

    Feedback ZIP

    • 8 replies
    1. Dustin Harris @Dustin_Harris
        2021-04-12 03:48:22.571Z

        Try selecting the app in the finder, and press option-command-C to copy the path, then try pasting that path into the action? (I can’t remember if the action accepts file paths like that off the top of my head, but it’s worth a shot?)

        1. MMark Mangini @Mark_Mangini
            2021-04-12 04:23:57.090Z

            Didn't work. Doesn't accept file paths.

            1. Dustin Harris @Dustin_Harris
                2021-04-12 04:27:57.058Z

                Booo :(. I’ll check it out in the morning when I’m at my computer and see what the fix is. What OS version are you running?

                1. Use the "Browse..." to navigate to it :)

                  It will be in the Utilities folder of your Applications.

                  1. And here as a script:

                    sf.app.launch({
                        path: "/System/Applications/Utilities/Keychain Access.app",
                    });
                    
            2. M
              In reply toMark_Mangini:
              Mark Mangini @Mark_Mangini
                2021-04-12 04:30:03.151Z

                Catalina - 10.15.7

                1. M
                  In reply toMark_Mangini:
                  Mark Mangini @Mark_Mangini
                    2021-04-12 14:50:07.009Z

                    Thank you Christian! So obvious, now that you explain it. Why did that app not show up in LAUNCH APPLICATION in the first place? What makes it different from the hundreds of other apps on my computer that did show up in that list?

                    1. In Catalina, Apple moved some system apps into another folder (/System/Applications). It doesn't look like it when you browse in Finder, because they made some magic there, but the underlying architecture changed significantly.