Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upwebtorrent-desktop: error while loading shared libraries: libX11-xcb.so.1 #1632
Comments
This comment has been minimized.
This comment has been minimized.
|
Does If so mark this issue as closed, as dependency resolution is distribution specific. |
This comment has been minimized.
This comment has been minimized.
|
This issue should be fixed when we release the next version of WebTorrent Desktop. The fix (updating to Electron 6) is already on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of WebTorrent?
The last installed just now for Ubuntu with .deb from official website
What operating system and Node.js version?
Ubuntu 18.04, try wirh node 7,8,9,10.
What browser and version? (if using WebTorrent in the browser)
Using the application
What did you expect to happen?
Open webtorrent-desktop for Ubuntu
What actually happened?
In shell, this error:
webtorrent-desktop: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directoryWhen I try to install the lib with
apt install libx11-xcb1, Linux tell me it's even installed correctly.How can I tell to webtorrent-desktop to use the correct lib ?