https://bugs.kde.org/show_bug.cgi?id=298680
--- Comment #13 from Stephane MANKOWSKI <[email protected]> --- (In reply to comment #12) > I looked into the packages, and as far as I could see, all of our packages > actually contain those files? In fact the files are well installed... ...and removed at the first execution of Skrooge. :-( Of course, the bug is in Skrooge. I found it. I will correct it this evening. I will take you informed. I let you analyse the issue with grantlee. For your information, here is the code to initialize it: //Prepare grantlee engine Grantlee::Engine gEngine; const QStringList pluginDirs = KGlobal::dirs()->resourceDirs("qtplugins"); foreach(const QString & pluginDir, pluginDirs) { gEngine.addPluginPath(pluginDir); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
