Duplicati on MacOS - getting Tray Icon to work including Open/Resume/Quit

Wow. That did the trick. Thanks a ton.

Error tracking:

  • MacOS 14.1.1 Sonoma >= 11 (Big Sur) :white_check_mark:
  • /usr/bin/python3 works :white_check_mark:
  • In python: import Foundation did not work :x:

Applying the fix:

  • /usr/bin/pip3 install -U pyobjc

Result:

  • import Foundation :white_check_mark:
  • Starting Duplicati.app from application folder correctly starts the Duplicati Tray Icon, so now I can Open, Resume and QUIT :white_check_mark:

You made my day.