yfprojects

Results 399 comments of yfprojects
trafficstars

``` flatpak run com.borgbase.Vorta ```

If borg exits with an error code greater than `1`, vorta will retry the backup after maximum an hour. This is not the case with the error code `1` since...

The tooltip should show the full repo url then.

The python `multiprocessing` module bypasses the problem with fork by using the [spawn](https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods) method for starting a new process. Maybe vorta could somehow leverage their implementation or use a simpler...

> I tried installed Vorta via pip, but that version crashes, which I assume is a separate bug and should have a separate report filed. Feel free to open an...

> The deduplicated size would also be nice to know for the whole repository. Currently, there is N/A everywhere on macOS Monterey 12.6. When creating an archive or refreshing the...

Can you post a screenshot? Since I don't have access to MacOS, I don't know what information one can find in vorta's menu bar.

The issue with tray menu was already mentioned in https://github.com/borgbase/vorta/issues/1099#issuecomment-962478991. However it wasn't triaged further. I couldn't reproduce this on linux. Therefore I assume this is a MacOS only issue....

If you want you can play around with the code a little bit, add some `print('something')` statements to debug why the menu isn't updated: https://github.com/borgbase/vorta/blob/af311c98cfab82566a9cca4e928c4eb1f70447fa/src/vorta/tray_menu.py#L38