Is it possible to prevent OS X Web Edition to open a Safari window on startup?

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

1 Like

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>
3 Likes

Awesome. I ask and BAM, it’s here the next weekend :wink:
Thank you

1 Like

For anyone: Feel free to use the :heart: 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 :checked: under the post. That of course may include your own post :slight_smile:

Please add this as an option to the GUI! There are quite a few requests for this across platforms.