leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.74k stars 435 forks source link

Qt platform plugin "xcb" #142

Open JupyterJones opened 1 year ago

JupyterJones commented 1 year ago

ryven 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, minimal, minimalegl, offscreen, vnc, xcb. Aborted (core dumped) I have tried for two days to get the plug in to work Ubuntu 20.04

thisistejaspandey commented 1 year ago

I have the same issue when using WSL2.

xyhro commented 4 months ago

On the same version of ubuntu (20.04), managed to fix it with

sudo apt-get install libxcb-xinerama0

so looks like a library was missing unfortunately I'm not skilled enough at this to properly diagnose which component is missing and just tried a bunch of xcb libraries till I got lucky with this one so maybe it works maybe it won't.