Summary: | Kmymoney frameworks branch crashes on start | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Robby Engelmann <robby.engelmann> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | lukasz.wojnilowicz, robby.engelmann |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/e100db326a7091ff07528f330e3b05cc5331fb76 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Robby Engelmann
2017-07-26 10:28:34 UTC
The problem is know and I think the cause is QWebEngine 5.9. You can: 1) try revert 5c886160ce22f6a0ef17cfd996473f284473fa74 (it doesn't crash after that) 2) downgrade somehow to QWebEngine 5.8 3) wait for an fix in KMM I choose option 3) :-) can live with it for a while and want to further test/use the master branch to give feedback. Thanks a lot for KMM and for keeping it alive also under KF5! Git commit e100db326a7091ff07528f330e3b05cc5331fb76 by Łukasz Wojniłowicz. Committed on 02/08/2017 at 15:52. Pushed by wojnilowicz into branch 'master'. Add KF5WebKit as fallback FIXED-IN:5.0 Differential Revision: https://phabricator.kde.org/D6975 Signed-off-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com> M +14 -8 CMakeLists.txt M +1 -1 config-kmymoney.h.cmake M +0 -1 kmymoney/CMakeLists.txt M +13 -6 kmymoney/plugins/printcheck/CMakeLists.txt M +10 -0 kmymoney/plugins/printcheck/kcm_printcheck.cpp M +12 -3 kmymoney/plugins/printcheck/kcm_printcheck.h M +15 -15 kmymoney/plugins/printcheck/printcheck.cpp M +5 -5 kmymoney/plugins/reconciliationreport/CMakeLists.txt M +19 -32 kmymoney/plugins/reconciliationreport/kreconciliationreportdlg.cpp M +10 -9 kmymoney/plugins/reconciliationreport/kreconciliationreportdlg.h M +8 -6 kmymoney/views/CMakeLists.txt M +27 -14 kmymoney/views/khomeview.cpp M +6 -1 kmymoney/views/khomeview.h M +0 -8 kmymoney/views/kmymoneyview.cpp M +2 -14 kmymoney/views/kmymoneyview.h A +38 -0 kmymoney/views/kmymoneywebpage.cpp [License: GPL (v2+)] A +56 -0 kmymoney/views/kmymoneywebpage.h [License: GPL (v2+)] M +21 -15 kmymoney/views/kreportsview.cpp M +12 -1 kmymoney/views/kreportsview.h https://commits.kde.org/kmymoney/e100db326a7091ff07528f330e3b05cc5331fb76 |