-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Origin of idea
I was struggling to get this application to run on Arch. I downloaded the .zip file for Ubuntu 24.04. Running the RimSort executable, I received the following error message:
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
This message is misleading. I had already installed the equivalent Arch Linux package for xcb-cursor0, which is 'xcb-util-cursor'. It turns out I also needed Qt6 installed. I installed the 'qt6-base' package, and now RimSort works.
Suggestion/proposed solution?
Can you add a note to the RimSort Wiki's Linux section that states you may need to install Qt6 and xcb-cursor0, and possible an additional note for Arch Linux, 'Ot6-base' and 'xcb-util-cursor'? It will save someone else a few minutes of troubleshooting.
Alternatives considered
No response
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
Duplicate Issue Check
I've checked for similar issues and didn't find anything
Wiki/FAQ Check
I've checked the Wiki for a solution and didn't find a solution