Version: 2.5.0 (using KDE 4.7.3) OS: Linux The plugin should be splitted, because it is confusing to activate the Flickr plugin in the digiKam setup page and get three different export plugins loaded in the host application. You are not able to unload 23 or Zoomr, although you never use them. Reproducible: Always Steps to Reproduce: 1. Unload all kipi-plugins 2. Load Flickr (the only kipi plugin I use) Actual Results: 3 export actions, which seem to be unrelated (at least to the average user) Expected Results: only export to flickr should be visible OS: Linux (i686) release 3.1.5-1-ARCH Compiler: gcc
*** Bug 307408 has been marked as a duplicate of this bug. ***
Accordingly with wikipedia : https://en.wikipedia.org/wiki/Zooomr Zooomr photo sharing web site is dead. About 23HQ, there is another entry to split code from flickr tool. See this comment: https://bugs.kde.org/show_bug.cgi?id=190315#c10 Gilles Caulier
*** Bug 190315 has been marked as a duplicate of this bug. ***
WARNING : with digiKam 6.0.0 and later, we will not support kipi interface anymore. All tools are now located in digiKam core as well for a plan to provide a more power-full integration with Batch Queue Manager and to be able to export a workflow on a web-service. All export tools are now available everywhere : album view, Image editor, Light table, and Showfoto. Previously, only album view from digiKam core was able to deal with export tools through libkipi. All export tools are now located here : https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/webservices All export tools use now a dedicated interface to communicate with the application : - digiKam (database) : https://cgit.kde.org/digikam.git/tree/core/libs/database/utils/ifaces/dbinfoiface.h - Showfoto (files metadata) : https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/common/dmetainfoiface.h There is not direct use of digiKam database for compatibility with Showfoto. We plan later to provide a dynamic loading of export tools using a plugins mechanism. This will reduce overloading of the internal core libraries. A dedicated devel branch have been created for that, but it's not yet complete: https://cgit.kde.org/digikam.git/tree/?h=development/dplugins But take a care, digiKam export tools as plugins will not be shared with another external application. API will still private and only shared between Showfoto and digiKam core. The experience with libkipi was bad and complex to maintain/extend in time. Gilles Caulier
Git commit 1a6f1c02088be95b47957c71c729cf16cbeaa7e3 by Maik Qualmann. Committed on 13/11/2019 at 21:02. Pushed by mqualmann into branch 'master'. remove service 23 completely from Flickr tool FIXED-IN: 7.0.0 M +2 -1 NEWS M +24 -43 core/dplugins/generic/webservices/flickr/flickrlist.cpp M +3 -3 core/dplugins/generic/webservices/flickr/flickrlist.h M +9 -23 core/dplugins/generic/webservices/flickr/flickrtalker.cpp M +58 -91 core/dplugins/generic/webservices/flickr/flickrwidget.cpp https://invent.kde.org/kde/digikam/commit/1a6f1c02088be95b47957c71c729cf16cbeaa7e3