KIconLoader problem with KFontInst

2014-06-30 Thread Marco Martin
Hi all, there is a weird problem with the kf5 version of the KFontInst kcm module. if you load it from SystemSettings, then going back all icons of systemsettings categories disappear. since kfontinst has some own icons, I see it's doing this in KCmFontInst.cpp:

Re: KIconLoader problem with KFontInst

2014-06-30 Thread Marco Martin
On Monday 30 June 2014, Martin Klapetek wrote: Maybe the KFontInst shouldn't use KIconLoader::global() and have its own instance? I think KFontInst should just get away with those personalized icons.. but still seems something is wrong in kiconloader anyways.. -- Marco Martin

Re: KIconLoader problem with KFontInst

2014-06-30 Thread Martin Klapetek
...or have the icons installed properly (hicolor?) and remove the custom addAppDir call altogether? -- Sent from my Nexus 7 ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: KIconLoader problem with KFontInst

2014-06-30 Thread Harald Sitter
On Mon, Jun 30, 2014 at 12:02 PM, Martin Klapetek martin.klape...@gmail.com wrote: ...or have the icons installed properly (hicolor?) and remove the custom addAppDir call altogether? Not that I grasp the issue, but if it is a general problem that could have impact on every application using