[Kmymoney-devel] [kmymoney4] [Bug 344013] New: Icons on home screen are not shown
Christian David
christian-david at web.de
Tue Feb 10 18:33:22 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=344013
Bug ID: 344013
Summary: Icons on home screen are not shown
Product: kmymoney4
Version: git master
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: kmymoney-devel at kde.org
Reporter: christian-david at web.de
The icons for the "Enter" and "Skip" buttons in the Payments section of the
home screen are just placeholders.
This is caused by
KIconLoader::global()->loadIcon(KMyMoneyGlobalSettings::enterScheduleIcon(),
KIconLoader::Small, KIconLoader::SizeSmall, KIconLoader::DefaultState,
QStringList(), &pathEnter, false);
KIconLoader::global()->loadIcon(QString("media-seek-forward"),
KIconLoader::Small, KIconLoader::SizeSmall, KIconLoader::DefaultState,
QStringList(), &pathSkip);
in khomeview.cpp. The returned path on my system points to a (valid and
existing) svgz file. The HTML renderer is obliviously not able to display that
format. In IRC I was told that the same issue happens on another Linux as well
(I think Gentoo).
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list