Vandal
Vandal
Hey @MrSiO do you have the vorta development environment setup? I might have a fix but I don't have a way to know for sure without any mount testing. (I'm...
> Question: On this dev version I can try to use my .sh script (wich includes mount) without any modifications? Yes, you can. Just put it in a `.sh` file,...
Dev version, you direcly install it from github, it doesn't actually install vorta to system, it just exist in a virtual env. So yes, they can co-exist. Here's the contributor...
You must follow the [guide](https://vorta.borgbase.com/contributing/#local-development-setup) first, only change is use my repo instead of `git clone https://github.com/borgbase/vorta/ `. Remember to install dependencies in a virtual env only, as mentioned in...
@MrSiO I told you the easy way, so that you don't have uninstall anything, because I'm not sure it's going to work in your case. But if you are willing...
This seems to be an issue with pyqt6 installation. can you try `pipx install PyQt6` or `sudo apt install python3-pyqt6`. Then try installing vorta with pipx. Also install the [sys...
It's complaining about the missing rust binaries that are required to install cryptography, you can get it [here](https://www.rust-lang.org/learn/get-started), I do think dev version will be the best way to go....
@MrSiO That's for the missing dependency - `qmake` ``` sudo apt-get update sudo apt-get install qt6-base-dev qt6-qmake qt6-dev-tools ``` It seems you might encounter a bit more dependency issues, you...
Ah, alright then. I'll try a few things out, maybe run some more tests. If it turns out to be a bug, I'll add a PR to the main branch....
I just encountered another bug, renaming the archive now doesn't rename it in the backend and logs that archive not found (new archive name) and refreshes the list to previous...