Bug 385548

Summary: The Runner shouldn't pull QtWebEngine
Product: [Applications] zanshin Reporter: Aleix Pol <aleixpol>
Component: generalAssignee: Laurent Montel <montel>
Status: RESOLVED FIXED    
Severity: normal CC: mbensi, montel
Priority: NOR    
Version: unspecified   
Target Milestone: already done   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.7.0
Sentry Crash Report:

Description Aleix Pol 2017-10-10 11:14:37 UTC
I found this issue and suggested this patch: https://phabricator.kde.org/D8214

Then I realized it was happening only for Zanshin, so maybe it's something you guys can figure out in your end?
Comment 1 Kevin Ottens 2017-10-10 11:47:56 UTC
Hm... this is because we link against KF5::AkonadiCalendar which in turn links on QtWebEngine for some reason. This is annoying, not sure how to best approach that on our end for now...
Comment 2 Kevin Ottens 2017-10-10 11:48:36 UTC
BTW, makes me wonder why AkonadiCalendar uses QtWebEngine in the first place...
Comment 3 Laurent Montel 2017-10-10 11:54:42 UTC
I work on it.
Comment 4 Laurent Montel 2017-10-11 06:17:05 UTC
Fixed now as akonadi-contact doesn't depend against qtwebengine.
I moved code to plugins.
So for master it's not a problem now.
Regards