1Password (re-)launching Alfred 5
I've recently switched Application Launchers away from Alfred, which I am keeping on my system just in case. I've noticed that Alfred keeps relaunching, and that it has something to do with 1Password. Steps to reproduce:
- Quit Alfred 5.
- Open 1Password 8 (doesn't matter if it was running already or not)
- Select an item in 1Password 8
- Observe Alfred is relaunched. A warning from the system about an osascript running appears as a notification (which I've now silenced, so don't see anymore, but it didn't give any details about what script was running or what was launching it).
In case it's relevant, in ~/Library/LaunchAgents/
there is a file com.alfredapp.1password.plist
with the following contents:
<?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 "com.runningwithcrayons.Alfred" is running then tell application id "com.runningwithcrayons.Alfred" to run trigger "data_update_detected" in workflow "com.alfredapp.1password"</string>
</array>
<key>WatchPaths</key>
<array>
<string>~/Library/Group Containers/2BUA8C4S2C.com.1password/Library/Application Support/1Password/Data</string>
</array>
</dict>
</plist>
Deleting this file ahead of doing the steps above does not prevent Alfred from re-launching, but this file is immediately recreated when Alfred relaunches.
Is this behavior caused by Alfred 5 or 1Password? How do I stop it?
I've created a parallel discussion on the Alfred support forum.
1Password Version: 8.9.14
Extension Version: Not Provided
OS Version: 13.1 (22C65)
Browser:_ Not Provided