Manu
Manu
I believe I fixed this in the master branch, which is already released as 0.10.0-beta1: https://github.com/borgbase/vorta/releases/tag/v0.10.0-beta1
That's correct. We would need to build Borg for Apple Arm first. Currently it's pulling in the release from here: https://github.com/borgbackup/borg/releases/tag/1.4.0 which is indeed Intel built on macOS 12 `borg-dir/borg.exe:...
It may be possible to get Pyinstaller to build a `universal2` app: https://pyinstaller.org/en/stable/usage.html#cmdoption-target-architecture
Can't reproduce this one either. 😬 Must be some specific condition.
OK. Will check if there is any dependency on default settings.
That's possible. Our GSoC student did some refactoring in this tab to split it into multiple components. Wouldn't be surprised to see a small bug here and there.
Added a PR for this. Does just moving the `populate_from_profile()` fix it?
We did last year. I think it just needs minor adjustments to the changed commands again.
Not seeing that. It's using the Homebrew version for me.
`vorta.spec` has the path that's being searched. This is an Apple app setting. Currently it's `/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin`