[Kde-imaging] [Bug 307619] New: KIPI refuses to load plugins

Alex Merry kde at randomguy3.me.uk
Sun Sep 30 15:10:17 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=307619

            Bug ID: 307619
          Severity: major
           Version: unspecified
          Priority: NOR
          Assignee: kde-imaging at kde.org
           Summary: KIPI refuses to load plugins
    Classification: Unclassified
                OS: Linux
          Reporter: kde at randomguy3.me.uk
          Hardware: Compiled Sources
            Status: NEW
         Component: general
           Product: kipiplugins

KIPI refuses to load plugins with error messages like this:

gwenview(5156)/KIPI (loading) KIPI::PluginLoader::init: Plugin  "Imageviewer"
has a SO version ( 0 ) which is different than libkipi ABI version ( 10 ). 
Refusing to load.

The reason for this is that the desktop files for the plugins all have the
following line:
X-KIPI-BinaryVersion=

This, in turn, is because the desktop.cmake files have the following line:
X-KIPI-BinaryVersion=${KIPI_SO_VERSION}
and KIPI_SO_VERSION is never set in CMake.

I'm not sure where this information should be obtained from.  The only place
KIPI exports it is in version.h, and parsing it out of there doesn't seem very
clean.

Perhaps KIPI should provide a KipiConfig.cmake file, or something.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list