Everytime I startup my Mac, I will get the Duplicacy Web Edition interface to popup in a Safari window. Is there a way to have it start “silently”?
Thanks a lot
Everytime I startup my Mac, I will get the Duplicacy Web Edition interface to popup in a Safari window. Is there a way to have it start “silently”?
Thanks a lot
Version 1.1.0 can do this, which will be released over the weekend but you can download it from here now:
https://acrosync.com/duplicacy-web/duplicacy_web_osx_x64_1.1.0.dmg
After you select Start on login
, edit ~/Library/LaunchAgents/duplicacy-web.plist
to pass a -background
option to the program:
<key>ProgramArguments</key>
<array>
<string>/Applications/Duplicacy Web Edition.app/Contents/MacOS/duplicacy_web_osx_x64</string>
<string>-background</string>
</array>
Awesome. I ask and BAM, it’s here the next weekend
Thank you
For anyone: Feel free to use the button on the posts that you found useful.
For the OP of any #support topic: you can mark the post that solved your issue by ticking the under the post. That of course may include your own post
Please add this as an option to the GUI! There are quite a few requests for this across platforms.