https://bugs.kde.org/show_bug.cgi?id=401377
--- Comment #25 from caulier.gil...@gmail.com --- Hum i discovered another huge difference between qt 5.9.7 based AppImage and the current one : the conflict between libicu and libiconv. Both are used to manage string encoding. But older appimage use QtWebkit 5.9.1 which do not require libicu. Migrating to 5.212 for me to install libicu. Qtbase detect this change and use it instead libiconv. This has break plenty of part in Qt. In fact libicu is deprecated and libiconv (integrated in glibc) must be used instead. QtWebkit is not ported to iconv (in opposite to QtWebEngine, used in recent Qt version to replace QtWebkit). So i managed this conflict. I don't know if this have a side effect with SSL stuff, but in all cases, libicu has broken all the QProcess internal API, and this one is used in fact to call the external browser when you want to be logged in a web service. So, i compile whole AppImage again. This will be completed in few hours... Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.