Version 4.2.4 Appimage not working
See original GitHub issueVersion 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:
- Created 3 years ago
- Comments:9
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
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.