Jump to content

egrefen

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by egrefen

  1. Hello. I have tried:

    1. Delete external trigger

    2. :1pextras > Force Update Items

     

    This didn't work.

     

    I tried

    1. :1pextras > Reset Workflow

    2. Delete 1password workflow

     

    This also didn't work, as Alfred is still being relaunched when I do anything in 1password.

     

    To pre-empt the question: I did install 1password cli and give access to 1password to alfred when prompted.

  2. I am having this issue too. Alfred relaunches after a couple seconds.

     

    As advised, I've checked ~/Library/LaunchAgents. There, there is a file ~/Library/LaunchAgents/com.alfredapp.1password.plist containing the following code

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>Label</key>
        <string>com.alfredapp.1password</string>
        <key>ProgramArguments</key>
        <array>
            <string>/usr/bin/osascript</string>
            <string>-e</string>
            <string>if application id &quot;com.runningwithcrayons.Alfred&quot; is running then tell application id &quot;com.runningwithcrayons.Alfred&quot; to run trigger &quot;data_update_detected&quot; in workflow &quot;com.alfredapp.1password&quot;</string>
        </array>
        <key>WatchPaths</key>
        <array>
            <string>~/Library/Group Containers/2BUA8C4S2C.com.1password/Library/Application Support/1Password/Data</string>
        </array>
    </dict>
    </plist>

     

    If I delete it, it does not stop the issue, and seems to be recreated every time Alfred relaunches automatically.

     

    This is super annoying, so please help!

×
×
  • Create New...