Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImage does not run #1256

Open
probonopd opened this issue Apr 16, 2020 · 2 comments
Open

AppImage does not run #1256

probonopd opened this issue Apr 16, 2020 · 2 comments

Comments

@probonopd
Copy link

Prerequisites

  • Run Ubuntu Xenial
  • Try to run the SAFE Browser AppImage

Expected Behavior

Runs

Current Behavior

› >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
› whoops! there was an uncaught error:
› In the main process
› {"message":"/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /tmp/.org.chromium.Chromium.QpLaGN)","name":"Error"}
› >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Possible Solution

Build on the oldest still-supported LTS release of Ubuntu, currently Xenial

Steps to Reproduce (for bugs)

  1. Download AppImage

  2. Try to run on Xenial

Context

Prevents the AppImage to pass the automated test on https://github.com/AppImage/appimage.github.io

Your Environment

@JPL1
Copy link

JPL1 commented Apr 19, 2020

Try running from the terminal adding --no-sandbox

i.e.

./safe-browser-v0.17.0-alpha.11-linux-x64.AppImage --no-sandbox

@probonopd
Copy link
Author

No change. The reason is that the system was built on a too new system, and hence requires a too new library version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants