On Samstag, 19. Oktober 2019 07:25:48 CEST jvap...@gmail.com wrote:

> I will try the new URL for the CitiCard. 
> 
> For the other problem(where the account number does not show up in the
> dialog) here is the output of ldd /path/to/kmymoney. 
> 
> Remember, I reinstalled the packaged version of KMM that is in the
> Fedora repos. Version 5.0.3. 
> 
> $ ldd /usr/bin/kmymoney

This shows you the required libraries to run the application. It does *not* 
include the ones required by the plugins.

To get those, you need to run ldd on the plugins. To find where they are 
installed do the following in your build directory:

  grep plugins install_manifest.txt

For my systems, I see (among many others)

/usr/lib64/qt5/plugins/kmymoney/kbanking.so
/usr/lib64/qt5/plugins/kmymoney/ofximporter.so

Now run ldd on them:

  ldd /usr/lib64/qt5/plugins/kmymoney/ofximporter.so

[...]

more below.

> I don't know what I am looking at there, but I hope you can check it
> out and let us now if something is out of order. 
> 
> FYI.. I installed Fedora with Gnome as the base Distro. I later
> installed KDE Plasma. I mention this in case this somehow contributes
> to the problem or if it stirs ideas. 
> 
> 
> Thanks, 
> 
> JV
> 
> On Fri, 2019-10-18 at 15:53 -0400, Jack wrote:
> > That is why I am wondering if it is a problem with some dependent 
> > library.  Not particularly one that is too out of date, or that
> > would 
> > likely have been flagged when configuring or compiling, but just one 
> > with a really obscure bug that you have somehow triggered.  However,
> > the 
> > effort to figure that out would likely be vary large.  It would
> > require 
> > running under a debugger (which means getting debugging symbols for
> > the 
> > package, and maybe for the dependencies) and tracing when KMM calls
> > for 
> > the dialog to display the data returned from AmEx.  Even for me,
> > that 
> > would take some effort even to find the right place in the code to
> > set a 
> > breakpoint.


I would set that at KOnlineBankingSetupWizard::ofxAccountCallback() 

It is the function that collects the data for the display of the various 
accounts during mapping.


-- 

Regards

Thomas Baumgart

https://www.signal.org/       Signal, the better WhatsApp
-------------------------------------------------------------
'Good code is not created, it evolves.'
-- George Anzinger
-------------------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to