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.

Version 4.2.4 Appimage not working

See original GitHub issue

Version 4.2.4 Appimage will not run. This is the error if I try to run it from the command line. Version 4.2.3 is working normally. I am using Ubuntu 20.04 Desktop.

$ ./Electron-Cash-4.2.4-x86_64.AppImage

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
EchterAgocommented, Mar 16, 2021

@ersk, will address this soon, I created #2196 to track it. You can subscribe there to get notifications. I’ll post a test build there.

1reaction
esrkcommented, Mar 15, 2021

On Debian 10, upon doing ldd squashfs-root/usr/lib/python3.8/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so, I got : libxcb-util.so.1 => not found

Unfortunately libxcb-util.so.1 is available only on testing/unstable.

So one solution that worked for me was creating a symlink to libxcb-util.so.0: ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0 /usr/lib/x86_64-linux-gnu/libxcb-util.so.1

Please consider adding this binary in the next AppImage.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AppImage not working on 22.04 even with Fuse installed
I'm not able to run any AppImage file on my Ubuntu 22.04, even with Fuse installed. Maybe someone can help me by seeing...
Read more >
Can't Run AppImage on Ubuntu 22.04? Here's How to Fix it
Right-click on it and select Properties. Now go to the Permissions tab and check the “Allow executing file as program” option.
Read more >
AppImage - FreeCAD Documentation
As of 7 July 2019, the FreeCAD community has been observing that downloading AppImages from Github seems to timeout before completion.
Read more >
How to fix AppImage not running on Ubuntu 22.04 - Apploye
Without this library, Appimage won't work. To resolve, follow these steps: 1. Open the terminal and use the following command to Install the...
Read more >
So What Is An AppImage And Should You Even Care?
Appimages seem to be becoming an ever more popular way to package linux applications but if you're used to the package manager model...
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