[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

bugs at sourceillustrated.com bugs at sourceillustrated.com
Tue Apr 28 14:32:21 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #10 from bugs at sourceillustrated.com ---
Is there a trick to get the plugin to show up? I've recompiled, installed
kmymoney to /home/myuser/kmymoney, and verified that
kmymoney/lib64/kde4/kmm_csvimport.so exists in that directory. However, when I
run, CSV Import doesn't show up in the File->Import menu, and it doesn't show
up under Settings->Configure KMyMoney->Plugins either. This happens whether I
just run the executable directly, or if I use the following script:

#!/bin/bash
export KDEDIR=/home/myuser/kmymoney
export KDEDIRS=$KDEDIR
export PATH=$KDEDIR/bin:$PATH
export LD_LIBRARY_PATH=$KDEDIR/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$KDEDIR/lib64/kde4:$LD_LIBRARY_PATH
export QT_PLUGIN_PATH=$KDEDIR/lib64/kde4/plugins:$QT_PLUGIN_PATH
$KDEDIR/bin/kmymoney

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list