FAQs
The 2024.3 CSD Portfolio software does not start on linux under Wayland and gives a Qt mismatch error
Solution
If you encounter this problem then CCDC can be started correctly using this workaround:
cd /path/to/CCDC/ [the installation directory of the CCDC software]
find . -name "libqwayland-egl.so" -delete
find . -name "libqwayland-generic.so" -delete