[Digikam-devel] [Bug 302740] Duplicate rotation/flip entries in image menu, shortcuts not working
Andreas K. Huettel
dilfridge at gentoo.org
Wed Jan 2 21:25:34 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=302740
--- Comment #21 from Andreas K. Huettel <dilfridge at gentoo.org> ---
This is NOT fixed in 3.0.0-rc yet.
And, it is actually a libkipi bug: in libkipi the plugin name from the ignore
list is compared against the LOCALIZED plugin name (which here in a german
installation is "Verlustfreies JPEG"; of course this won't be found in the
ignore list).
Analysis done: I patched libkipi-4.9.95 pluginloader.cpp to add a debug output
also if a plugin is NOT found in the ignore list:
315 if (d->ignoredPlugins.contains(name))
316 {
317 kDebug(51001) << "Plugin " << name << " is in the ignore
list from host application";
318 continue;
319 } else {
320 kDebug(51001) << "Plugin " << name << " is NOT in the
ignore list from host application";
321 }
The resulting messages are:
[...]
digikam(19796)/KIPI (loading) KIPI::PluginLoader::init: Plugin "Piwigo-Export"
is NOT in the ignore list from host application
digikam(19796)/KIPI (loading) KIPI::PluginLoader::init: Plugin
"SmugMug-Import/Export" is NOT in the ignore list from host application
digikam(19796)/KIPI (loading) KIPI::PluginLoader::init: Plugin "Verlustfreies
JPEG" is NOT in the ignore list from host application
digikam(19796)/KIPI (loading) KIPI::PluginLoader::init: Plugin
"KioExportImport" is NOT in the ignore list from host application
digikam(19796)/KIPI (loading) KIPI::PluginLoader::init: Plugin
"Bildbetrachter" is NOT in the ignore list from host application
digikam(19796)/KIPI (loading) KIPI::PluginLoader::init: Plugin "Shwup-Export"
is NOT in the ignore list from host application
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list