Skip to content

Vorta hangs indefinitely after trying to select source files or folder to backup #884

Answered by stderr-mila
stderr-mila asked this question in FAQ
Discussion options

You must be logged in to vote

After further digging, this is the related ticket on QT's bug tracker.

Even though the flatpak package does have (possibly unrelated) issues itself, it looks like there is an independent issue preventing Vorta from working on Debian even when installed from pip (you didn't have the issue because you used unstable that does have the missing library).

This workaround did the trick for me on Debian buster (but it may have undesired side effects as it creates a symlink from one version to another):

sudo ln -fs /usr/lib/x86_64-linux-gnu/libxcb-util.so.0.0.0 /usr/lib/x86_64-linux-gnu/libxcb-util.so.1.0.0
sudo ln -fs /usr/lib/x86_64-linux-gnu/libxcb-util.so.0.0.0 /usr/lib/x86_64-linux-gnu/libxcb…

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by m3nu
Comment options

You must be logged in to vote
1 reply
@Hofer-Julian
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #882 on February 22, 2021 05:10.