Skip to content
Discussion options

You must be logged in to vote

This is not a Letos-specific issue, but a missing system dependency required by Qt 6.
Starting with Qt 6.5, the XCB platform plugin requires the libxcb-cursor0 library (or the equivalent package for your distribution).
On Linux Mint 22.3 (Ubuntu 24.04 based), please install it:

sudo apt update
sudo apt install libxcb-cursor0

If the problem persists, please also install the common Qt/XCB runtime dependencies:

sudo apt install \
    libxcb-cursor0 \
    libxkbcommon-x11-0 \
    libxcb-icccm4 \
    libxcb-keysyms1 \
    libxcb-image0 \
    libxcb-render-util0 \
    libxcb-xinerama0

If it still doesn't start, please run:

QT_DEBUG_PLUGINS=1 ./Letos

and send me the complete output.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by PRSoftware
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants