Qt 6.5 heads-up: libxcb-cursor0 needed on CI

Florian Bruhin me at the-compiler.org
Tue Apr 11 14:06:42 BST 2023


Hey,

just another quick heads-up for people getting an abort running stuff on
CI with Qt 6.5 when creating a QApplication:

Qt now requires libxcb-cursor0 to be installed:
https://codereview.qt-project.org/c/qt/qtbase/+/325414

To debug those kinds of issues, "export QT_DEBUG_PLUGINS=1" and then
searching for "xcb" in the output will tell you what's missing. If using
pytest, additionally pass the -s option to it, to disable output
capturing.

Florian

-- 
            me at the-compiler.org | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230411/e0d503bc/attachment.sig>


More information about the PyQt mailing list