yfprojects
yfprojects
On my VM, the right mouse button will open a context menu provided by xfce. Is that the case for you too? There is also an option in the preferences...
> "Display background exit dialog" But not sure this is what you need. I think this one is broken because a don't see any behavioural changes when toggling the option.
Could it be that no internet resource is accessible right after boot which is the reason for your issue while vorta does not even check whether the borg repo is...
I looked into the code and vorta will not check whether a repo is accessible before running the pre-backup command. The error message you see can only occur in case...
Now we are getting close to the issue. On my machine `echo hello` works fine as a pre-backup command.
What is the output of the following? ```bash > python3 -c "import subprocess; p = subprocess.run('echo hello', shell=True); print(p)" ```
Vorta doesn't capture the output of the pre/post-backup commands. I would therefore try to pipe the output/error stream of `nmcli` into a file and have a look at the error...
> nmcli con up id Remote > /tmp/vpn-up.log This only redirects the standard output stream. The error message will probably be found in the standard error stream.
> Well, thanks for pointing out my error in redirecting output, but is that where your help stops? To be helpful you could have elaborated by mentioning just one character...
I don't think this is a problem with vorta or your password containing spaces but a problem of your DBus configuration. Look up on the `qdbus` command line tool and...