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

"qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" error on 3rd release #1

Closed
macpod opened this issue Aug 16, 2019 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@macpod
Copy link

macpod commented Aug 16, 2019

I tried testing out the pre-compiled binaries (specifically the 3rd release) on a Linux Mint 19 system (Ubuntu 18.04 lts base). If I run this I receive the following error:
"qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem."

I think qt5/plugins/platforms/libdxcb.so needs to be included?

I tried installing it via apt qt5dxcb-plugin but the current qt core version in the distro repos is not recent (5.9.5 per qmake). I also tried deleting the bundled qt core lib to see if it would use my installed qt core lib but there is a version check that stopped that effort quickly :)

I can't say if it is the best solution for this software but have you checked out AppImage for distributing binaries? CubicSDR uses this as a reference.
Alternatively maybe sdrangel's deb pkg approach could be referenced.

@BatchDrake BatchDrake self-assigned this Aug 16, 2019
@BatchDrake
Copy link
Owner

Definitely, AppImage would be ideal but I didn't have time to read the docs. I tried .deb packages in the past, but preparing the environment was such a mess that I gave up.

I think that instead of fixing this issue I'll invest some effort on learning how to use AppImage. Thanks for the tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants