https://bugs.kde.org/show_bug.cgi?id=463598
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kfilemetadata/commit |eworks/kfilemetadata/commit |/5bd67e925db7db2f9619139f7e |/543abf86e6747e406e176ac4e8 |8000ce0321d52d |fc52090bae373b --- Comment #5 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 543abf86e6747e406e176ac4e8fc52090bae373b by Nicolas Fella, on behalf of Alexander Lohnau. Committed on 11/01/2023 at 12:35. Pushed by nicolasfella into branch 'kf5'. Fix loading of external extractors and writers In 5bbdfc4749f92c510cc82dbd66f5d3b2bc3763ac, the external extractors were mistakenly ported to KPluginMetaData::findPlugins. However, the logic was broken before, because the dir entries must *not* be plugins, but normal files. This was introduced in 73da9a53cb500da000c50b164dd5693ef7474041. Considering that we tell QDir to only list dirs, the check if we have a plugin or not doesn't make sense anyways. (cherry picked from commit 5bd67e925db7db2f9619139f7e8000ce0321d52d) M +12 -11 src/extractorcollection.cpp M +0 -3 src/writercollection.cpp https://invent.kde.org/frameworks/kfilemetadata/commit/543abf86e6747e406e176ac4e8fc52090bae373b -- You are receiving this mail because: You are watching all bug changes.