electron-userland / electron-builder-binaries

172 stars 60 forks source link

Should libnss3 be included? #24

Open saeta-eth opened 5 years ago

saeta-eth commented 5 years ago

Hi there.

I want to understand a bit why libnss3 isn't included into the binaries for appImage. I know libnss3 is a dependency for .deb packages but not for appImage.

Using the appImage on Ubuntu 14.04 and later, some users have the following error:

error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

I guess this users are using a clean Ubuntu where libnss3 is not installed yet. I was able to reproduce the error using appimage-testsuite project.

Any knows a possible workaround to deal with this issue?