<div dir="ltr"><font face="monospace, monospace" size="1">I had trouble tracking down that program. I'm not sure how to install it. It looks like I have a QT4 version installed although it does not come up when I search yumex for "gwengui". Any idea how I install it on Fedora 27?</font><div><font face="monospace, monospace" size="1"><br></font></div><div><font face="monospace, monospace" size="1">========================</font></div><div><div><font face="monospace, monospace" size="1">locate gwengui</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-cpp.so</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-cpp.so.0</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-cpp.so.0.0.0</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-gtk2.so</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-gtk2.so.0</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-gtk2.so.0.0.0</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-qt4.so</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-qt4.so.0</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/libgwengui-qt4.so.0.0.0</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/cmake/gwengui-cpp-4.15</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/cmake/gwengui-qt4-4.15</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/cmake/gwengui-cpp-4.15/gwengui-cpp-config-version.cmake</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/cmake/gwengui-cpp-4.15/gwengui-cpp-config.cmake</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/cmake/gwengui-qt4-4.15/gwengui-qt4-config-version.cmake</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/cmake/gwengui-qt4-4.15/gwengui-qt4-config.cmake</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/pkgconfig/gwengui-gtk2.pc</font></div><div><font face="monospace, monospace" size="1">/usr/lib64/pkgconfig/gwengui-qt4.pc</font></div></div><div><br></div></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"><div><div dir="ltr"><font color="#073763" face="monospace, monospace" size="1"><br></font></div><div dir="ltr"><font color="#073763" face="monospace, monospace" size="1">----<br>Brendan Coupe</font><br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Mar 28, 2018 at 10:14 AM, Jack <span dir="ltr"><<a href="mailto:ostroffjh@users.sourceforge.net" target="_blank">ostroffjh@users.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thomas,<br>
<br>
I think you misunderstood what I was suggesting.  The reason was in one of Brendan's earlier message, it looked like it disabled the importers, but without any statement of why.  So - my suggestion (expanded a bit) was to first run "cmake .. <other settings>" and if there was no clear indication of problems, to then do "ccmake ." (note the double "c" which runs the interactive version) to see what was and was not enabled.  At that point, I think you can manually change a setting, and then when you hit "c" (to configure) it knows that has changed, so does not just take previous settings from cache.  (I'd have to test again to be absolutely sure, but I'm pretty sure I have done that in the past.)<br>
<br>
Anyway - I see Łukasz did note a possibly missing package in one of Bredan's outputs - maybe that will lead to success.<span class="HOEnZb"><font color="#888888"><br>
<br>
Jack</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On <a href="tel:2018.03.28%2003" value="+12018032803" target="_blank">2018.03.28 03</a>:25, 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 18:25:42 CEST Jack wrote:<br>
<br>
> After your initial cmake, do a "ccmake ." in the build directory, and<br>
> see how the options are set for those features.  I thought they should<br>
> default to ON and only get disabled if it can't find the required<br>
> libraries, but that SHOULD give you a message about not finding them.<br>
<br>
It should be 'cmake ..' in case your build-dir is a subdir of the src-dir<br>
(many dirs here).<br>
<br>
It could also well be, that cmake caches some of the findings and does not<br>
check again. In that case it helps to do the following:<br>
<br>
  cd <build-dir><br>
  rm CMakeCache.txt<br>
  cmake .. <don't forget specific settings here><br>
<br>
The "Don't forget specific settings here" includes the plugin dir setting as<br>
this is also gone when you wipe the cache.<br>
<br>
In case it still does not work, not only the summary is required but all the<br>
console output.<br>
<br>
Regards<br>
<br>
Thomas<br>
<br>
<br>
> On <a href="tel:2018.03.27%2018" value="+12018032718" target="_blank">2018.03.27 18</a>:14, Brendan Coupe wrote:<br>
> > OK, that worked. I have plugins working.<br>
> ><br>
> > Now to the second half of my original problem. Online banking is not<br>
> > working. From my original email:<br>
> ><br>
> > ​=============================<wbr>======​<br>
> ><br>
> > -- The following features have been disabled:<br>
> >  * KBanking, Interface for the following online banking protocols:<br>
> > HBCI,<br>
> > EBICS, OFX Direct Connect, Paypal<br>
> ><br>
> ><br>
> ><br>
> > *----Brendan Coupe*<br>
> ><br>
> > On Tue, Mar 27, 2018 at 3:45 PM, Brendan Coupe <<a href="mailto:brendan@coupeware.com" target="_blank">brendan@coupeware.com</a>><br>
> ><br>
> > wrote:<br>
> > > OK, trying that next.<br>
> > ><br>
> > ><br>
> > ><br>
> > > *----Brendan Coupe*<br>
> > ><br>
> > > On Tue, Mar 27, 2018 at 3:41 PM, Andrew Ho <<a href="mailto:andrewho@animezone.org" target="_blank">andrewho@animezone.org</a>><br>
> ><br>
> > wrote:<br>
> > >> 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,<br>
> > >><br>
> > >> On 3/27/2018 2:05 PM, Thomas Baumgart wrote:<br>
> > >>> Hi,<br>
> > >>><br>
> > >>> On Dienstag, 27. März 2018 10:08:57 CEST Brendan Coupe wrote:<br>
> > >>> >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>
> > >>><br>
> > >>> [...]<br>
> > >>><br>
> > >>> /usr/lib64/plugins/kmymoney/sq<wbr>lstorage.so<br>
> > >>><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>
> > >>><br>
> > >>> [...]<br>
> > >>><br>
> > >>> /usr/lib64/plugins/kmymoney/re<wbr>conciliationreport.so<br>
> > >>><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>
> > >>><br>
> > >>> That is OK, since we turned forecast and sql storage into a<br>
> ><br>
> > plugin.<br>
> ><br>
> > >>>> find /usr -name FrameworkIntegrationPlugin.so<br>
> > >>>> /usr/lib64/qt5/plugins/kf5/Fra<wbr>meworkIntegrationPlugin.so<br>
> > >>><br>
> > >>> Aha, it's what I thought. You need to install the plugins into a<br>
> > >>> different<br>
> > >>> directory.<br>
> > >>><br>
> > >>> Proceed as follows:<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>
> > >>> *----Brendan Coupe*<br>
> > >>><br>
> > >>>> On Tue, Mar 27, 2018 at 12:20 AM, Thomas Baumgart<br>
> ><br>
> > <<a href="mailto:thb@net-bembel.de" target="_blank">thb@net-bembel.de</a>><br>
> ><br>
> > >>>> 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<br>
> ><br>
> > have seen<br>
> ><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<br>
> ><br>
> > today).<br>
> ><br>
> > >>>>> Yep!<br>
> > >>>>><br>
> > >>>>> ==============================<wbr>==============<br>
> > >>>>><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>
> ><br>
> > >>>>>> -- Build files have been written to:<br>
> > /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<br>
> ><br>
> > following<br>
> ><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<br>
> ><br>
> > feature.<br>
> ><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>
Software has no brain - user your own!<br>
------------------------------<wbr>------------------------------<wbr>-<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>