hangouts-chat-linux does not run on Fedora 29
jbijota opened this issue · 2 comments
jbijota commented
Description
The hangouts-chat-linux does not run on Fedora 29. Probably some library is missing in requirements.
System info
- Nativefier version: 7.6.12
- Node.js version: 10.15.0
- Command line paramters: ./hangouts
- OS and architecture: Fedora 29, Linux 5.0.3-200.fc29.x86_64 x86_64 GNU/Linux
- Error message: ./hangouts: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
Steps to reproduce issue
- Download .tar archive from Release page
- Extract .tar archive
- Run ./hangouts
funnelfiasco commented
You need the X.Org X11 libXss runtime library (libXScrnSaver
) installed.
jbijota commented
You need the X.Org X11 libXss runtime library (
libXScrnSaver
) installed.
Yes, it is working now, thanks!