trialuser02 / qt6ct

Qt6 Configuration Tool
BSD 2-Clause "Simplified" License
128 stars 10 forks source link

Segmentation fault on qt6 base gui application after update #6

Closed anasrar closed 2 years ago

anasrar commented 2 years ago

Segmentation fault happen after upgrade some qt6 packages on qt6 base gui application, like cmake-gui and qmmp.

image

by removing qt6ct it solve the problem but lose the configuration (theme, font, etc).

image

trialuser02 commented 2 years ago

Try to recompile qt6ct package with Qt 6.2.1

anasrar commented 2 years ago

Try to recompile qt6ct package with Qt 6.2.1

that solve the issue, thanks