-
Notifications
You must be signed in to change notification settings - Fork 41
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
Could not load the Qt platform plugin "xcb" in "" even though it was found on Debian #66
Comments
How did you install OneDriveGUI? AUR, AppImage or are you running it from source? What's your Linux distribution name and version? What desktop environment do you use? X11 or Wayland? Also please check for clues in previous similar issue #47 . |
Closing for lack of details/response. |
Rather than create this again, I'm having this same issue. Using XFCE4 in a Debian 11 LXC on proxmox. XFCE4 was installed after the container was up and running It is unprivileged with FUSE enabled. I've tried running from v1.0.1 source and running from the note that I have got the service running fine in another install in linux mint. full output:
|
Before we get into debugging, can you please ensure all bellow XCB dependencies are installed on your system? Here is a list from clean Debian 11 VM with KDE, where OneDriveGUI works fine.:
|
OK, I've setup Debian 11 LXC, did some debugging and I was able to fix it by installing the bellow dependencies:
This would mean the AppImage is missing only 'libxkbcommon-x11-0'. Unfortunately I could only test by running the GUI from source as I did not manage to load the fuse kernel module. If you can share the exact steps to get fuse2 working on the Debian LXE, that would help me verify the fix for AppImage. |
Please try this OneDriveGUI-1.0.1_fix66-x86_64.AppImage with the added libxkbcommon-x11-0 dependency. |
libxkbcommon-x11-0 appears to be the missing package. I installed that and the python command worked. I also tried the above fix66 appimage and it worked as well. (though to be fair, I tried it after installing the above package so who knows. Now the fix59 version works too) Thanks for the help! |
Thanks for the confirmation. I'm glad it worked. |
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.
Am getting this error constantly when i try to execute.
The text was updated successfully, but these errors were encountered: