Fails to run, libXss.so.1 missing on Fedora 25
See original GitHub issue- Etcher version: 1.0.0 Beta 16
- Operating system and architecture:
Fedora-Workstation-Live-x86_64-25-20161105.n.0.iso
- Do you see any meaningful error information on DevTools?
Fails to run with:
error while loading shared libraries: libXss.so.1:
cannot open shared object file: No such file or directory
As a workaround, sudo yum install libXScrnSaver
solves this.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Issues about libXss.so.1 library. - Fedora Forum
The problem started when I try to install xcrysden, which the following error . When I try to install the libXss.so.1 library I...
Read more >Why do I see "error while loading shared libraries: libXss.so.1 ...
The above answer works on Redhat-based distros (Fedora, CentOS, etc.) If you receive the libXss.so.1 error on a Debian based distro (Ubuntu, ...
Read more >Missing Library libXss.so1 [SOLVED] - Zimbra Forums
I am delighted to have a 64bit version of Zimbra Desktop AT LAST!!! I am using the new 7.3.0 with CentOS 7.3 running...
Read more >Installing Chromium on Amazon Linux - Stack Overflow
Enable and install Extra Packages for Enterprise Linux by running the ... ldd chrome | grep not libXss.so.1 => not found libgconf-2.so.4 ...
Read more >error while loading shared libraries: libXss.so.1 - Ask Ubuntu
Install missing libs: sudo apt-get install libxss1. To find what package contains missing libs I use: sudo aptitude search libXss.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I found a solution.
$ sudo dnf install libXScrnSaver-devel
Fedora reports libXScrnSaver as installed, but searching the repos I found libXScrnSaver-devel, and installing it worked, but curiously it also installed a dependency: libXScrnSaver itself!
So we would include the dummy library in the package itself? I’m happy to give this a go today. I do wonder if we should approach the Electron guys, and see if we can fix this by not making Electron depend on it if its really not being used.