amnezia-client icon indicating copy to clipboard operation
amnezia-client copied to clipboard

App crashes on Ubuntu 22.04.2 LTS

Open alienff opened this issue 1 year ago • 2 comments

When I start the app on Ubuntu 22.04.2 LTS I see this:

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/opt/AmneziaVPN/client/plugins//platforms:" 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, offscreen, wayland-egl, linuxfb, minimal, wayland, minimalegl, xcb.

Aborted (core dumped)

Found the solution on askubuntu:

ldd plugins/platforms/libqxcb.so  | grep -i "not found"
	libxcb-cursor.so.0 => not found
	libxcb-cursor.so.0 => not found

So I run apt install libxcb-cursor0 and it now starts. I guess there is a bug in the app installer...

alienff avatar Aug 11 '23 19:08 alienff

Oups, just noticed this in the release notes.

Maybe add it to the website for better visibility?..

alienff avatar Aug 11 '23 19:08 alienff

There should be snap or/and flatpak package better

im7mortal avatar Aug 14 '23 08:08 im7mortal