https://bugs.kde.org/show_bug.cgi?id=346810
--- Comment #14 from allan <agande...@gmail.com> --- (In reply to bugs from comment #10) > 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: I do get that occasionally after a change. The official fix is run kbuildsycoca4. However, without fail, I just restart KMM and that always works. For a quick trick, copy kmymoney/lib64/kde4/kmm_csvimport.so to /usr However, I always install to /usr, like "cmake .. -DCMAKE_INSTALL_PREFIX=/usr", no script. Do the uninstall again first, make sure your kmymoney/lib64/kde4/kmm_csvimport.so has gone, then install to /usr, and check that /usr/lib64/kde4 has the plugin. I must admit I've had problems installing elsewhere, and haven't had time to get to the bottom of it. So, it's /usr for me. > #!/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. _______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel