pathephone / pathephone-desktop

Distributed audio player
https://pathephone.github.io
MIT License
247 stars 17 forks source link

AppImage does not run on Xubuntu 16.04 #172

Open probonopd opened 6 years ago

probonopd commented 6 years ago

AppImage does not run on Xubuntu 16.04:

me@host:~$ Downloads/pathephone-desktop-2.0.0-x86_64.AppImage 
5750
[6895:0706/182543.967250:FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted
negamaxi commented 6 years ago

@probonopd seems like you need to (re)install your libnss3 package like this:

sudo apt-get update
sudo apt-get install libnss3

Check out this thread for more info https://github.com/adieuadieu/serverless-chrome/issues/53. Let us know if something helps.

probonopd commented 6 years ago

Thank you very much, this works indeed. But ideally one wouldn't need to install things to run an AppImage.

Is there any way to get around this? Bundling libnss3 doesn't seem to be without its own problems unfortunately.

negamaxi commented 6 years ago

@probonopd there is an issue opened in electron-builder repo that seems to be related. I'll keep my eye on it.

Anyway, could you remove your libnss3 package again and install a deb package? Just to be confident that at least one option works for your scenario.

probonopd commented 6 years ago

sudo apt-get install libnss3 does work for me.

negamaxi commented 6 years ago

@probonopd I meant to install a Pathephone deb package without libnss3 installed in your system.

probonopd commented 6 years ago

@negamaxi I am not interested in deb packages; all I ever use is AppImages :-)