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

AppImage does not run on Xubuntu 16.04 #172

@probonopd

Description

@probonopd

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

negamaxi commented on Jul 6, 2018

@negamaxi
Member

@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 adieuadieu/serverless-chrome#53. Let us know if something helps.

probonopd

probonopd commented on Jul 7, 2018

@probonopd
Author

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

negamaxi commented on Jul 7, 2018

@negamaxi
Member

@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

probonopd commented on Jul 7, 2018

@probonopd
Author

sudo apt-get install libnss3 does work for me.

negamaxi

negamaxi commented on Jul 7, 2018

@negamaxi
Member

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

probonopd

probonopd commented on Jul 7, 2018

@probonopd
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @probonopd@negamaxi

        Issue actions

          AppImage does not run on Xubuntu 16.04 · Issue #172 · pathephone/pathephone-desktop