<div dir="ltr"><font face="monospace, monospace">Still no plugins...<br><br>grep plugins install_manifest.txt<br>/usr/lib64/qt5/plugins/kf5/kmymoney/konlinetasks_sepa.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/csvimporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/kcm_csvimporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/csvexporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/qifimporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/qifexporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/kcm_qif.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/gncimporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/ofximporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/icalendarexporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/kcm_icalendarexporter.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/reconciliationreport.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/checkprinting.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/kcm_checkprinting.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/forecastview.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/kcm_forecastview.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/sqlstorage.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/payeeidentifier_ibanbic_storageplugin.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/payeeidentifier_nationalaccount_storageplugin.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/payeeidentifier_iban_bic_delegates.so<br>/usr/lib64/qt5/plugins/kf5/kmymoney/payeeidentifier_nationalAccount_ui.so<br>/usr/share/doc/HTML/en/kmymoney/configure_plugins.png</font><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font face="tahoma, sans-serif" size="2" color="#073763"><b><br></b></font></div><div dir="ltr"><font face="tahoma, sans-serif" size="2" color="#073763"><b>----<br>Brendan Coupe</b></font><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 27, 2018 at 12:05 PM, Thomas Baumgart <span dir="ltr"><<a href="mailto:thb@net-bembel.de" target="_blank">thb@net-bembel.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Dienstag, 27. März 2018 10:08:57 CEST Brendan Coupe wrote:<br>
<br>
> >From MASTER Build directory (1.txt):<br>
> grep plugins<br>
> ​_​<br>
> install_manifest.txt<br>
> /usr/lib64/plugins/kmymoney/<wbr>checkprinting.so<br>
> /usr/lib64/plugins/kmymoney/<wbr>csvexporter.so<br>
<br>
</span>[...]<br>
<span class=""><br>
> /usr/lib64/plugins/kmymoney/<wbr>sqlstorage.so<br>
> /usr/share/doc/HTML/en/<wbr>kmymoney/configure_plugins.png<br>
><br>
> >From 5.0.1 tarball build directory (2.txt):<br>
> grep plugins install<br>
> ​_​<br>
> manifest.txt<br>
> /usr/lib64/plugins/kmymoney/<wbr>checkprinting.so<br>
> /usr/lib64/plugins/kmymoney/<wbr>csvexporter.so<br>
<br>
</span>[...]<br>
<span class=""><br>
> /usr/lib64/plugins/kmymoney/<wbr>reconciliationreport.so<br>
> /usr/share/doc/HTML/en/<wbr>kmymoney/configure_plugins.png<br>
><br>
><br>
> diff 1.txt 2.txt<br>
> 4d3<br>
> < /usr/lib64/plugins/kmymoney/<wbr>forecastview.so<br>
> 9d7<br>
> < /usr/lib64/plugins/kmymoney/<wbr>kcm_forecastview.so<br>
> 21d18<br>
> < /usr/lib64/plugins/kmymoney/<wbr>sqlstorage.so<br>
<br>
</span>That is OK, since we turned forecast and sql storage into a plugin.<br>
<span class=""><br>
><br>
><br>
> find /usr -name FrameworkIntegrationPlugin.so<br>
> /usr/lib64/qt5/plugins/kf5/<wbr>FrameworkIntegrationPlugin.so<br>
<br>
</span>Aha, it's what I thought. You need to install the plugins into a different<br>
directory.<br>
<br>
Proceed as follows:<br>
<br>
  cd your-kmymoney-build-dir<br>
<br>
  # remove current installation to cleanup<br>
  sudo make uninstall<br>
<br>
  # setup plugin installation directory<br>
  cmake .. -DKDE_INSTALL_PLUGINDIR=/usr/<wbr>lib64/qt5/plugins/kf5<br>
<br>
   // the above step assumes, that your source dir is in ..<br>
<br>
  # build the project<br>
  make<br>
<br>
  # and install it again<br>
  sudo make install/fast<br>
<br>
  # now test<br>
  kmymoney<br>
<br>
Now your plugins should be loaded.<br>
<br>
> *----Brendan Coupe*<br>
<div><div class="h5">><br>
> On Tue, Mar 27, 2018 at 12:20 AM, Thomas Baumgart <<a href="mailto:thb@net-bembel.de">thb@net-bembel.de</a>> wrote:<br>
> > Hi Brendan,<br>
> ><br>
> > On Montag, 26. März 2018 18:00:30 CEST Brendan Coupe wrote:<br>
> > > Output from cmake on 5.0.1 tarball (looks more like what I have seen<br>
> > > with<br>
> > > 4.8). Note it starts off with KMyMoney 5.0.0<br>
> > > (maybe related to the issue that made Thomas "Argh" earlier today).<br>
> ><br>
> > Yep!<br>
> ><br>
> > > ==============================<wbr>==============<br>
> > > -------- KMyMoney 5.0.0 --------<br>
> > ><br>
> > > Configure results (user options):<br>
> > > ------------------------------<wbr>--------------<br>
> > > GpgME Encryption:                        yes<br>
> > ><br>
> > > KDE PIM holidays:                        yes<br>
> > ><br>
> > > KDE PIM addressbook:                     yes<br>
> > ><br>
> > > OFX plugin:                              yes<br>
> > ><br>
> > >   OFX supports CLIENTUID:                no<br>
> > ><br>
> > > KBanking plugin:                         no<br>
> > ><br>
> > > weboob plugin:                           no<br>
> > ><br>
> > > iCalendar export plugin:                 yes<br>
> > ><br>
> > > SQLCipher plugin:                        no<br>
> > ><br>
> > > QWebEngine:                              no<br>
> > ><br>
> > > ------------------------------<wbr>--------------<br>
> > > Configure results (developer options):<br>
> > > ------------------------------<wbr>--------------<br>
> > > Qt-Designer library support:             no<br>
> > ><br>
> > > Generate modeltest code:                 no<br>
> > ><br>
> > > Generate API documentation with Doxygen: yes<br>
> > ><br>
> > > Build type: RelWithDebInfo<br>
> > > -- Found PythonInterp: /usr/bin/python (found version "2.7.14")<br>
> > > -- Configuring done<br>
> > > -- Generating done<br>
> > > -- Build files have been written to: /usr/local/src/kmm/kmymoney-5.<br>
> ><br>
> > 0.1/build<br>
> ><br>
> > That looks fine. Can you provide me with the output of the following<br>
> > comamnds<br>
> ><br>
> > please (run them in your build directory):<br>
> >   grep plugins install_manifest.txt<br>
> >   find /usr -name FrameworkIntegrationPlugin.so<br>
> ><br>
> > Thanks.<br>
> ><br>
> > --<br>
> ><br>
> > Regards<br>
> ><br>
> > Thomas Baumgart<br>
> ><br>
> > <a href="https://www.telegram.org/" rel="noreferrer" target="_blank">https://www.telegram.org/</a>       Telegram, the better WhatsApp<br>
> > ------------------------------<wbr>------------------------------<wbr>-<br>
> > Any sufficiently advanced bug is indistinguishable from a feature.<br>
> > (Rich Kulawiec)<br>
> > ------------------------------<wbr>------------------------------<wbr>-<br>
<br>
--<br>
<br>
Regards<br>
<br>
Thomas Baumgart<br>
<br>
<a href="https://www.telegram.org/" rel="noreferrer" target="_blank">https://www.telegram.org/</a>       Telegram, the better WhatsApp<br>
------------------------------<wbr>------------------------------<wbr>-<br>
</div></div>We can't solve problems by using the same kind of thinking we<br>
used when we created them. - Albert Einstein<br>
------------------------------<wbr>------------------------------<wbr>-<br>
</blockquote></div><br></div>