QualCoder icon indicating copy to clipboard operation
QualCoder copied to clipboard

Does not start, qt problem. Linux Debian

Open sunsetsandplants opened this issue 2 years ago • 6 comments

System:

Operating System: Debian GNU/Linux bookworm/sid
Kernel: Linux 5.19.0-2-amd64 Architecture: x86-64

Installation seemed to go fine, but when I try to run qualcoder I get the following error message. Any clues?

Downloads/QualCoder-master# qualcoder 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: vnc, xcb, offscreen, vkkhrdisplay, wayland-egl, minimal, minimalegl, wayland, eglfs, linuxfb.

sunsetsandplants avatar Jun 28 '23 22:06 sunsetsandplants

Perhaps try this?

sudo apt install libxcb-util1

suggested from here: https://stackoverflow.com/questions/67272188/debian-10-qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-eve

ccbogel avatar Jun 29 '23 00:06 ccbogel

Thanks for the swift suggestion.

Unfortuneately:

libxcb-util1 is already the newest version (0.4.0-1+b1)

sunsetsandplants avatar Jun 29 '23 12:06 sunsetsandplants

There are other suggestions here, to do with setting QT_PLUGIN_PATH:

https://forum.qt.io/topic/111553/solved-qt-qpa-plugin-could-not-find-the-qt-platform-plugin-xcb-in

ccbogel avatar Jun 29 '23 23:06 ccbogel

On Debian 12 I had the same problem and I solved it by installing a library:

sudo apt install libxcb-cursor0

mafes1 avatar Aug 10 '23 08:08 mafes1

@mafes1 Thank you for the feedback. How did you know that library was the one to install?

ccbogel avatar Aug 10 '23 21:08 ccbogel

Hi there, did you note that some of the issues are described, too at https://github.com/ccbogel/QualCoder/issues/794 ?

ilippert avatar Aug 23 '23 07:08 ilippert