This repository was archived by the owner on Oct 23, 2021. It is now read-only.

Description
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
Activity
negamaxi commentedon Jul 6, 2018
@probonopd seems like you need to (re)install your
libnss3package like this:Check out this thread for more info adieuadieu/serverless-chrome#53. Let us know if something helps.
probonopd commentedon Jul 7, 2018
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 commentedon Jul 7, 2018
@probonopd there is an issue opened in
electron-builderrepo that seems to be related. I'll keep my eye on it.Anyway, could you remove your libnss3 package again and install a
debpackage? Just to be confident that at least one option works for your scenario.probonopd commentedon Jul 7, 2018
sudo apt-get install libnss3does work for me.negamaxi commentedon Jul 7, 2018
@probonopd I meant to install a Pathephone
debpackage withoutlibnss3installed in your system.probonopd commentedon Jul 7, 2018
@negamaxi I am not interested in deb packages; all I ever use is AppImages :-)