[Kmymoney-devel] [kmymoney4] [Bug 339544] CVS import from PayPal causes Crash when setting columns

Jack ostroffjh at users.sourceforge.net
Wed Oct 1 19:38:17 UTC 2014


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

Jack <ostroffjh at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ostroffjh at users.sourceforge
                   |                            |.net

--- Comment #3 from Jack <ostroffjh at users.sourceforge.net> ---
The issue is less the building than the installing.  All KDE applications
(unless you are extremely careful in the build configuration) install in the
same place (or set of places for user and system) so KDE always knows where to
look for things like icons, help files, config files, .....  If you run KMM
from the build directory, KDE still looks in the system location, so without
doing "make install" it will find the system installed plugins and not the ones
you just built.  If you do "make install" without first uninstalling the distro
installed version, you will end up with some mix of files. 

The CSVimport plugin is built by default when you build from source.  However,
unless you do "make install" after the "make" KDE will not find it.

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


More information about the KMyMoney-devel mailing list