https://bugs.kde.org/show_bug.cgi?id=407902
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.0.5 Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kmy | |money/a9a99469f5a403f4ad72c | |4c0b8c5e012571bb4f9 --- Comment #32 from Thomas Baumgart <t...@net-bembel.de> --- Git commit a9a99469f5a403f4ad72c4c0b8c5e012571bb4f9 by Thomas Baumgart. Committed on 07/07/2019 at 09:05. Pushed by tbaumgart into branch '5.0'. Fix a crash during start on non KDE desktops Calling kmymoney->show() directly before the event loop is started using exec() causes a crash when running on some non KDE desktops (e.g. XFCE) with QWebEngine enabled. Postponing the call until the event loop is active solved the problem. FIXED-IN: 5.0.5 M +6 -1 kmymoney/main.cpp https://commits.kde.org/kmymoney/a9a99469f5a403f4ad72c4c0b8c5e012571bb4f9 -- You are receiving this mail because: You are watching all bug changes.