https://bugs.kde.org/show_bug.cgi?id=505510
--- Comment #7 from Thomas Baumgart <tbaumg...@kde.org> --- The big difference between 5.1.3 and newer versions is, that in 5.1.3 we used QWebKit/QWebEngine to display that page and in newer ones changed that to QTextBrowser. https://invent.kde.org/office/kmymoney/-/blame/5.1/kmymoney/views/khomeview_p.h?ref_type=heads#L148 vs. https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/views/khomeview_p.h?ref_type=heads#L153 with typedef KMMEmptyView<QTextBrowser> KMMEmptyTextBrowser; where the KMMEmptyView simply takes care of displaying the centered "Loading" text upon startup. That apparently makes the difference on Wayland (Tumbleweed). I was able to see the problem using the AppImage and natively compiled version there too. -- You are receiving this mail because: You are the assignee for the bug.