<div dir="ltr">Most of documentation is in libkipi >= 2.0.0 release.<div><br></div><div><a href="http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkipi/libkipi/html/index.html">http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkipi/libkipi/html/index.html</a><br>

</div><div><br></div><div style>Gilles Caulier</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/19 Kevin Dalley <span dir="ltr"><<a href="mailto:kevin@kelphead.org" target="_blank">kevin@kelphead.org</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks. Built in a separate directory and installed, kxmlkipicmd can find the kipi plugins, though it isn't obvious what to do with the plugins. That may be part of the issue where the program isn't currently working.<br>


<br>
If I can understand what is supposed to happen, I can document this a bit for the future.<br>
<br>
Is there documentation for how to write a kipi plugin. I see the doxygen output, but there doesn't seem to be a starting point. Of course, I can modify other plugins, start with hello world, and move on from there.<div class="HOEnZb">

<div class="h5"><br>
<br>
On 06/19/2013 12:13 PM, Michael G. Hansen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Kevin,<br>
<br>
On 06/19/2013 12:45 AM, Kevin Dalley wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I admit that I'm a bit lost.<br>
I don't see clear instructions and building and testing kipi plugins.<br>
</blockquote>
<br>
There are some instructions here:<br>
<br>
<a href="http://www.digikam.org/download/GIT" target="_blank">http://www.digikam.org/<u></u>download/GIT</a><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I checked out digikam from git.<br>
<br>
Ran:<br>
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON<br>
-DCMAKE_BUILD_TYPE=Debian -DDIGIKAMSC_USE_PRIVATE_<u></u>KDEGRAPHICS=ON<br>
-DENABLE_LCMS2=ON -DKDE4_BUILD_TESTS=on -DENABLE_PRIVATE_KDEGRAPHICS=<u></u>ON<br>
</blockquote>
<br>
It is recommended to use a separate build directory for building, just<br>
create a subdirectory next to the source directory and build there. This<br>
has the advantage that you can easily delete a build when you want to<br>
start over, and also does not mess up your source.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
compiled.<br>
<br>
copied kxmlkipicmd_defaultui.rc to $HOME/.kde/share/apps/<u></u>kxmlkipicmd<br>
<br>
Ran:<br>
  ./kxmlkipicmd --selectedimages /home/kevin/tmp/4db62b8ab6cfd.<u></u>jpg<br>
<br>
<br>
No kipi plugins were found, my installed version of kipi is newer than<br>
the source code version.<br>
</blockquote>
<br>
Strangely this program is not working on my system right now, either.<br>
<br>
However, as far as I know, loading kipi-plugins requires them to be in a<br>
kde plugin directory. I usually install self-compiled stuff to<br>
/usr/local and then on a terminal start:<br>
<br>
export KDEDIRS=/usr/local<br>
kdeinit4<br>
<br>
This way, the plugins are loaded from /usr/local and not /usr. Note that<br>
this kdeinit4 started here may interfere with other applications<br>
running, so a normally started digikam may also start loading the<br>
self-compiled plugins...<br>
<br>
Best regards,<br>
<br>
Michael<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
How can I specify directories for the kipi plugins. I want to use them<br>
built in place.<br>
<br>
I had hoped that various README files would start me out with the<br>
correct steps.<br>
<br>
______________________________<u></u>_________________<br>
Kde-imaging mailing list<br>
<a href="mailto:Kde-imaging@kde.org" target="_blank">Kde-imaging@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-imaging" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-imaging</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Kde-imaging mailing list<br>
<a href="mailto:Kde-imaging@kde.org" target="_blank">Kde-imaging@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-imaging" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-imaging</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Kde-imaging mailing list<br>
<a href="mailto:Kde-imaging@kde.org" target="_blank">Kde-imaging@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-imaging" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-imaging</a><br>
</div></div></blockquote></div><br></div>