yfprojects

Results 409 comments of yfprojects

You will have to elaborate. It isn't clear what kind of key your missing and which keys you see instead as well what is working when selecting *auto mode*.

Is the key format of the `borgbase` key one of *RSA*, *ECDSA* or *Ed25519*?

This might also affect linux (initial post). More details are needed here.

I hope this doesn't get into your way to taking over the world @wurstbrotfan.

I am sorry to hear that. You can get more debug information by running the current master branch which you can install with ``` pip install git+https://github.com/borgbase/vorta#egg=vorta ```

> thank you for your support!! :) so, it's weird, after I installed the master branch I could connect to the repo by keeping "Automatically choose ssh key" setting. I...

Vorta can be installed as a flatpak which will show up in your application menu automatically. Alternatively it can be installed as a python package (since it is coded using...

I see. Then this is one of the rare cases where `trans_late` has to be used where the strings are defined. Later when passing the header strings to the table...

You wrap the strings in the list `column_names` with `trans_late`. In `TreeModel.headerData` you wrap `self.column_names[section]` with `self.tr`.

Patch the following: ```diff diff --git a/Makefile b/Makefile index 7cae6d0..62f258f 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,7 @@ bump-version: ## Tag new version. First set new version number in...