Vandal
Vandal
Hey @DrMartinus There seems to be an issue with the database integrity, if you have a backup of settings.db (it should be in a `data` directory of vorta (*mentioned below*))...
@CScallops, a PR sounds great. Also, just a heads up, I noticed that in the commit, you missed `,` for the entries. If you’re looking for inspiration to write the...
This does sound like a great addition to me, giving users more control over the running application. We could perhaps add a checkbox for this with a label like `Minimize...
> Yeah, I think I can tackle this. I'll try and set up a development environment. If things go south I'll just post here and let someone else take it...
I also just noticed the option in the settings: `"Show main window of Vorta on launch"` which basically controls whether the main window appears or the app runs in the...
I'm more interested in working with Vorta project ideas, especially the ["Change Passphrase"](https://github.com/borgbase/vorta/wiki/Google-Summer-of-Code-2025-Ideas#change-repository-password) implementation, the ["Unifying the file selector"](https://github.com/borgbase/vorta/wiki/Google-Summer-of-Code-2025-Ideas#unify-file-selector) and ["File selector dialog for excluding files and folders"](https://github.com/borgbase/vorta/wiki/Google-Summer-of-Code-2025-Ideas#file-selector-dialog-for-excluded-files-and-folders) and if...
Hey @MrSiO Since you have set NOPASSWD for root, this could be an issue related with the environment or file permissions. Also maybe try using full path and see if...
> File permissions seem to be fine, but what is the "environment" possible issue? By environment I meant the relative vs actual path. I did some testing on this, trying...
You could try breaking down the paths in the command into variables within the .sh file. I'll also look into vorta to understand why it’s causing an issue, as both...
> ### Update: I found out some commands do work in the .sh when launched by Vorta. Applications like: > notify-send (eg: "notify-send VORTA IN PROGRESS -t 15000) > File...