https://bugs.kde.org/show_bug.cgi?id=346810
Cristian Oneț <onet.crist...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |onet.crist...@gmail.com --- Comment #8 from Cristian Oneț <onet.crist...@gmail.com> --- (In reply to bugs from comment #7) > Interesting. I didn't uninstall the old version of kmymoney (which came by > default with Fedora 21) before compiling the new, so perhaps there's some > conflict occurring. I'm not at that machine at the moment but will try it > again tomorrow. Regarding the 0's in the debit/credit section, I did that > manually because it was complaining that certain rows had an improper number > of columns. Probably because it was the older version as well ;-). Thanks > for responding and I'll update with my results. To be able to load the proper plugins (csvimporter is one of them) in a self-compiled setup the proper environment needs to be setup. I use the following script: #!/bin/bash export KDEDIR=/home/cristi/dezvoltare/kmymoney-install export KDEDIRS=$KDEDIR export PATH=$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib64:$LD_LIBRARY_PATH export QT_PLUGIN_PATH=$KDEDIR/lib64/kde4/plugins:$QT_PLUGIN_PATH /home/cristi/dezvoltare/kmymoney-install/bin/kmymoney -n --config kmymoneydevelopmentrc --caption "KMyMoney Development Version" --lang=C Where '/home/cristi/dezvoltare/kmymoney-install' is the path were KMyMoney compiled from sources is installed . -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel