question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to run AppImage on Arch Linux

See original GitHub issue

When running the AppImage on Arch Linux, after making it executable, I get the following error:

/tmp/.mount_NUsefC/AppRun: line 77: 21426 Aborted (core dumped) LD_LIBRARY_PATH="" zenity --question --title="$TITLE" --text="$TEXT" 2> /dev/null

This is using the latest release, 0.2.3.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
maximbazcommented, Feb 6, 2017

I’ve scripted the upgrade procedure for the AUR package, it now requires running one command ./upgrade.sh 0.2.4 to push the update.

@KELiON if you ever have an environment where you automatically build and deploy new releases, just ping me, I’ll give you access and everything so that you can run this command there as well.

For now, anyone can use this link to send me a notification that a new version is released, and I will run the upgrade command manually.

Perhaps it’s worth mentioning in the README.md file about the existence of all community packages, so that people can find them easier.

As for this particular github issue, I think it is ready to be closed 😃

2reactions
maximbazcommented, Feb 1, 2017

AUR is a community-driven repository for people using Arch-based distros.

The first script I created downloads *.tar.gz file from the Github releases page (the other one just clones master branch), then they install all necessary dependencies like npm, run all build commands like npm install, create binaries specific to the user’s CPU architecture, place them in correct locations, create symlinks in /usr/bin, put icons, *.desktop file and license files in corresponding locations.

Basically every other user of Arch-based distro can now get the latest cerebro built specifically for their CPU architecture with one command. Same goes for updates, they will receive cerebro updates with the same approach as they receive system updates.

However the maintenance is required, not for the cerebro-git (that one just always takes master branch in whatever state it is), but for the cerebro, because there I hardcoded the latest release number.

It would be super-cool if we could somehow automate that. The package is a git repo, where with each release we need to update the version and sha256 sum of the *.tar.gz, run a command that generates some metadata, and do a git push. Can you think of a place where we could automatically execute this sequence of commands with every release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved] Can't run appimage - Arch Linux Forums
I installed Dolphin for file manager and KDE partition manager to automount other drives on my system.
Read more >
Install Appimage under Arch Linux - Super User
To be able to execute a .appimage file, it has to be set as an executable, by changing your permissions for it. This...
Read more >
Apps not running on Arch Linux #12 - GitHub
I got an arch linux installation, download the OpenOffice, Inkscape and gPodder and ... in order to be able to run unmodified AppImages?...
Read more >
Installing Appimage in Archlinux | Linux apps that run anywhere
Appimage. AppImage is a downloadable file for Linux that contains the application and everything it needs to run (libraries, icons, fonts, ...
Read more >
I get some errors related to something called “FUSE”
Setting up FUSE on Arch Linux. Fallback (if FUSE can't be made working). Extract and run type 2 AppImages. Mount or extract type...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found