New Letos on Linux X11 #5732
|
Hello,
Is Letos available for X11 or only for Wayland ? |
Replies: 3 comments
|
This is not a Letos-specific issue, but a missing system dependency required by Qt 6. If the problem persists, please also install the common Qt/XCB runtime dependencies: If it still doesn't start, please run: and send me the complete output. |
|
Thanks a lot, the installation of libxcb-cursor0 solved the problem. |
|
Same here, Linux Mint 22.3 under X11, installing libxcb-cursor0 did the trick! |
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:
If the problem persists, please also install the common Qt/XCB runtime dependencies:
If it still doesn't start, please run:
and send me the complete output.