<div dir="ltr"><font size="1" face="monospace, monospace">OK, that worked. I have plugins working.<br><br>Now to the second half of my original problem. Online banking is not working. From my original email:<br><br><div class="gmail_default" style="color:rgb(7,55,99);display:inline">​===================================​</div><br>-- The following features have been disabled:<br> * KBanking, Interface for the following online banking protocols: HBCI, EBICS, OFX Direct Connect, Paypal</font></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 3:45 PM, Brendan Coupe <span dir="ltr"><<a href="mailto:brendan@coupeware.com" target="_blank">brendan@coupeware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#073763">OK, trying that next.</div></div><div class="gmail_extra"><br clear="all"><div><div class="m_-2185782402629531246gmail_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><div><div class="h5">
<br><div class="gmail_quote">On Tue, Mar 27, 2018 at 3:41 PM, Andrew Ho <span dir="ltr"><<a href="mailto:andrewho@animezone.org" target="_blank">andrewho@animezone.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
cmake .. -DKDE_INSTALL_PLUGINDIR=/usr/l<wbr>ib64/qt5/plugins/kf5<br>
All the plugins are not shown up.<br>
<br>
cmake .. -DKDE_INSTALL_PLUGINDIR=/usr/l<wbr>ib64/qt5/plugins<br>
All the plugins are loaded.<br>
<br>
Thanks,<div class="m_-2185782402629531246HOEnZb"><div class="m_-2185782402629531246h5"><br>
<br>
<br>
On 3/27/2018 2:05 PM, Thomas Baumgart wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On Dienstag, 27. März 2018 10:08:57 CEST Brendan Coupe wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
>From MASTER Build directory (1.txt):<br>
grep plugins<br>
​_​<br>
install_manifest.txt<br>
/usr/lib64/plugins/kmymoney/ch<wbr>eckprinting.so<br>
/usr/lib64/plugins/kmymoney/cs<wbr>vexporter.so<br>
</blockquote>
[...]<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
/usr/lib64/plugins/kmymoney/sq<wbr>lstorage.so<br>
/usr/share/doc/HTML/en/kmymone<wbr>y/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/ch<wbr>eckprinting.so<br>
/usr/lib64/plugins/kmymoney/cs<wbr>vexporter.so<br>
</blockquote>
[...]<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
/usr/lib64/plugins/kmymoney/re<wbr>conciliationreport.so<br>
/usr/share/doc/HTML/en/kmymone<wbr>y/configure_plugins.png<br>
<br>
<br>
diff 1.txt 2.txt<br>
4d3<br>
< /usr/lib64/plugins/kmymoney/fo<wbr>recastview.so<br>
9d7<br>
< /usr/lib64/plugins/kmymoney/kc<wbr>m_forecastview.so<br>
21d18<br>
< /usr/lib64/plugins/kmymoney/sq<wbr>lstorage.so<br>
</blockquote>
That is OK, since we turned forecast and sql storage into a plugin.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
find /usr -name FrameworkIntegrationPlugin.so<br>
/usr/lib64/qt5/plugins/kf5/Fra<wbr>meworkIntegrationPlugin.so<br>
</blockquote>
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/l<wbr>ib64/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>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
*----Brendan Coupe*<br>
<br>
On Tue, Mar 27, 2018 at 12:20 AM, Thomas Baumgart <<a href="mailto:thb@net-bembel.de" target="_blank">thb@net-bembel.de</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Brendan,<br>
<br>
On Montag, 26. März 2018 18:00:30 CEST Brendan Coupe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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>
</blockquote>
Yep!<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
==============================<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>
</blockquote>
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>
</blockquote></blockquote></blockquote>
<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>