You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm running Debian Testing x64, X11, KDE / XFCE,
I encountered an issue where ArrowDL couldn’t load xcb plugin due to compatibility problems with its bundled Qt libraries, I assume!
The libxcb-cursor0 package is already installed, but I couldn’t find a package for xcb-cursor0 to install.
./ArrowDL
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
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: xcb, wayland, eglfs, linuxfb, wayland-egl, vkkhrdisplay, offscreen, minimal, vnc, minimalegl.
Aborted (core dumped)
To fix this, I used a script to temporarily point ArrowDL to my system-installed Qt libraries instead of the bundled ones. Here’s the script I used:
Hello,
I'm running Debian Testing x64, X11, KDE / XFCE,
I encountered an issue where ArrowDL couldn’t load xcb plugin due to compatibility problems with its bundled Qt libraries, I assume!
The libxcb-cursor0 package is already installed, but I couldn’t find a package for xcb-cursor0 to install.
To fix this, I used a script to temporarily point ArrowDL to my system-installed Qt libraries instead of the bundled ones. Here’s the script I used:
This allowed ArrowDL to run successfully.
Please consider checking the bundled libraries to ensure that ArrowDL can correctly use them.
Best regards.
The text was updated successfully, but these errors were encountered: