https://bugs.kde.org/show_bug.cgi?id=448593
--- Comment #6 from caulier.gil...@gmail.com --- I take a lok in your plugin source and something is wrong : https://github.com/cathaysia/digikamflowplugin/blob/master/src/PicFlowView.h Your plugin is defined as GENERIC and access directly to the database. It's weird. You must use the DPlugin interface to access to the item metadata. This will work too with Showfoto which do not have at all a database. A generic plugin must work on both application transparently. https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/dplugins/iface/dinfointerface.h All generic plugin for digiKam use DPlugin interface. Please fix your code. Thanks in advance Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.