You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ All archives get given name of the double-clicked archive ⚠️
The extract window appears
This also affects any archives created after this point too.
The archives aren't actually renamed, as quitting and restarting Vorta will have them return to their correct names.
However, in the bugged state, the incorrect names will be used for other functions, such as diffing (which results in an exception because it expects the names to be unique keys).
Reproduction
I tried to reproduce the issue.
I was able to reproduce the issue.
OS
Debian Testing, KDE Plasma 5.27.11
Version of Vorta
0.9.1
What did you install Vorta with?
Distribution package
Version of Borg
1.4.0
Logs
2024-07-19 15:14:28,563 - vorta.keyring.abc - DEBUG - No module named 'objc'
2024-07-19 15:14:28,585 - vorta.keyring.abc - DEBUG - Using VortaKWallet5Keyring
2024-07-19 15:14:28,585 - vorta.borg.borg_job - DEBUG - Using VortaKWallet5Keyring keyring to store passwords.
2024-07-19 15:14:28,586 - vorta.keyring.kwallet - DEBUG - Retrieved password for repo ssh://[email protected]/./repo
2024-07-19 15:14:28,594 - vorta.borg.jobs_manager - DEBUG - Add job for site 2
2024-07-19 15:14:28,594 - vorta.borg.jobs_manager - DEBUG - Start job on site: 2
2024-07-19 15:14:28,603 - vorta.borg.borg_job - INFO - Running command /usr/bin/borg list --info --log-json --json-lines --format {mode}{user}{group}{size}{isomtime}{path}{source}{health}{NL} ssh://[email protected]/./repo::elyvilon-2024-07-17-182346
2024-07-19 15:14:30,105 - vorta.borg.jobs_manager - DEBUG - Finish job for site: 2
2024-07-19 15:14:30,105 - vorta.borg.jobs_manager - DEBUG - No more jobs for site: 2
2024-07-19 15:14:30,106 - vorta.scheduler - INFO - Setting timer for profile 1
2024-07-19 15:14:30,106 - vorta.scheduler - DEBUG - Scheduling next run for 2024-07-19 21:39:55.077533
The text was updated successfully, but these errors were encountered:
@m3nu The only solution I could come up with is setting renamed_archive_original_name = None before all the actions(recalc, extract, etc) using a decorator/helper function. I'm not sure if its the best solution though.
Thanks for looking into it. That doesn't sound too good. Without knowing the details, could we catch the escape-event somewhere to deal with it properly? They should be one or more Qt events for it.
I see this as well on 0.10.3 ... Took me about an hour to figure out what was going on before realizing it was just being displayed improperly and then found this ticket.
Description
This also affects any archives created after this point too.
The archives aren't actually renamed, as quitting and restarting Vorta will have them return to their correct names.
However, in the bugged state, the incorrect names will be used for other functions, such as diffing (which results in an exception because it expects the names to be unique keys).
Reproduction
OS
Debian Testing, KDE Plasma 5.27.11
Version of Vorta
0.9.1
What did you install Vorta with?
Distribution package
Version of Borg
1.4.0
Logs
The text was updated successfully, but these errors were encountered: