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

ArrowDL: Issues with Bundled Qt Libraries #157

Open
ninmba opened this issue Nov 20, 2024 · 0 comments
Open

ArrowDL: Issues with Bundled Qt Libraries #157

ninmba opened this issue Nov 20, 2024 · 0 comments

Comments

@ninmba
Copy link

ninmba commented Nov 20, 2024

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:

#!/bin/bash
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
./ArrowDL

This allowed ArrowDL to run successfully.
Please consider checking the bundled libraries to ensure that ArrowDL can correctly use them.
Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant