Closed knmcguire closed 1 year ago
I also had to do this but I think @krichardsson did not have to and I think the difference is a newer Ubuntu version.
This was a good recourse from kristoffer as well: https://doc.qt.io/qt-6/linux-requirements.html
wait... let me transfer this to the cfclient as this is not a cflib problem...
Currently we have in our documentation that people have to install an xcb library among other things:
`sudo apt install git python3-pip libxcb-xinerama0```
Now that we have upgraded the cfclient to QT6.5, I got an error on my Ubuntu 22.04 (python 3.10) that it still needed an additional library.
This was solved by installing
The question is, is this necessary for every machine or just mine? Not everyone has this problem but if it is universal than we need to add this to documentation and the error message.