Will be good if can update only Chromium to 87 without touching Qt changes. That will be something like get git till last Qt 5.15.2 commit submodules to 87, if it can compile of course.

nezzie That post should have said 5.15.3. Still no problems have appeared. Kmail is definitely working OK.

    nezzie
    KMail is tricky to be tested, you should update to new QtWebEngine then you should logout or reboot then test.

    #bvbfan.
    I've done both a couple of times. System is fully updated, Using 5.15.3 from build repo, rebooted twice so far.
    Tried Kmail, Kontact, Kmymoney, Falkon, akonadi-contacts, akregator and no noticeable problems. Will try digikam later.
    Edit: Marble and Digikam appear to be working OK. emailed photos direct from digikam through kmail.

    Edit.2. Not working on another PC updated and including a full update from build repo.

    On my older test PC using the Build Repo. These outputs are not on normal PC.(no Build repo)
    Running the following from the CL gives these outputs. Kontact and Kmail appear to work OK.
    Maybe they are acceptable.

    kontact
    Found no modules in speech-dispatcher. No text to speech possible.
    Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
    kf.xmlgui: 0x1be06d0 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes.
    FolderCollectionMonitor::FolderCollectionMonitor() MailCommon::FolderCollectionMonitor(0x1c32c40)
    kf.xmlgui: 0x1bc1d28 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes.

    kmail
    Found no modules in speech-dispatcher. No text to speech possible.
    Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
    [96694:96700:0312/203632.825760:ERROR:command_buffer_proxy_impl.cc(141)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
    FolderCollectionMonitor::FolderCollectionMonitor() MailCommon::FolderCollectionMonitor(0x1925c60)

    speech-dispatcher is a mess, (i'm pretty sure you don't use it) open /etc/speech-dispatcher/speechd.conf remove # before DisableAutoSpawn, safe, logout/in.

    @demm please add

    # Fix cmake dependency versions
      sed -e "s|$pkgver\ |5.15.2 |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake

    Now i cannot compile apps that depends of WebEngine since it's 5.15.3 and it wants other modules to be that version.

    • demm replied to this.

      demm

      Seems you do not have KaOS installed, $pkgver does not exists in those files in qtwebengine build here.

      Taken from Arch pkgbuild, you know how to adjust 😄
      It works.