contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 102 forks source link

Attempting to fix assertion failure when running in RHEL Linux #1392

Closed christianparpart closed 6 months ago

christianparpart commented 6 months ago

This is probably related to building using Qt 5 rather than Qt 6.

This should fix #1384's comment on failing to run Contour on RHEL. I think maybe it's building against Qt5 rather than Qt6 on that platform, and that Qt5 us inducing somewhat different execution order on Contour-side. 🤔