Hi @gchen,
Thanks for the suggestion. Unfortunately, my instance of Duplicacy Web does not behave as if the -background option is set.
This is my duplicacy-web.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>duplicacy-web</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Duplicacy Web Edition.app/Contents/MacOS/duplicacy_web_osx_arm64</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>⏎
I found a plist with the background option here.
I added the -background option to my plist, but when I restart Duplicacy, it still opens a browser tab.
Update:
When I uncheck “Start at login” and check that option again, Duplicacy deletes the plist and generates a new one.
The background option is already set in this new file. Nevertheless, the browser tab still opens.
What else can I try?