Created attachment 116092 [details] config log SUMMARY STEPS TO REPRODUCE 1. compile kmm-5.0.2 from tarball on kubuntu-18.10 2. try to open existing kmy file created by kmm-5.0.1 OBSERVED RESULT error msg: "Could not read your data source. Please check the KMyMoney settings that the necessary plugin is enabled." EXPECTED RESULT SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.14.2 KDE Frameworks Version: 5.51.0 Qt Version: 5.11.1 ADDITIONAL INFORMATION My kmm has no plugins, same as 5.0.1 which works fine. I've reverted to 5.0.1.
If it does not show any plugins, then this might be an install problem. What is the output of the following two commands in your top KMyMoney build-directory? grep xmlstorage.so install_manifest.txt find /usr -name k\*part.so
Arg, forgot to change state.
1) output of grep xmlstorage.so install_manifest.txt: /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney/xmlstorage.so /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney/kcm_xmlstorage.so 2) output of find /usr -name k\*part.so: /usr/lib/kde4/khtmlimagepart.so /usr/lib/kde4/khtmladaptorpart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kfontviewpart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/komparenavtreepart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/korganizerpart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/komparepart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/konsolepart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts/khtmlpart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts/kmultipart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts/khtmlimagepart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts/katepart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts/khtmladaptorpart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kmailpart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kaddressbookpart.so
Does /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney exist on your system? Were there any errors during "make install"? The manifest says that's where the plugins should be, but they don't seem to be there. You can also launch KMM from command line, and will probably see an error about not finding plugins.
Created attachment 116111 [details] install log no install errors
yes, /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney contains: checkprinting.so csvexporter.so csvimporter.so gncimporter.so icalendarexporter.so kcm_checkprinting.so kcm_csvimporter.so kcm_icalendarexporter.so kcm_qif.so konlinetasks_sepa.so payeeidentifier_iban_bic_delegates.so payeeidentifier_ibanbic_storageplugin.so payeeidentifier_nationalaccount_storageplugin.so payeeidentifier_nationalAccount_ui.so qifexporter.so qifimporter.so reconciliationreport.so i've attached log of install, i can't see any errors. running from command line produces 3 lines: WebConnect: Try to connect to WebConnect server WebConnect: Connect to server failed WebConnect: Running in server mode trying to open file from menu produces dialog box: Couldn't find any plugin for opening storage. Thanks for your help.
(In reply to David Nelson from comment #6) > yes, /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney contains: > > checkprinting.so > csvexporter.so > csvimporter.so > gncimporter.so > icalendarexporter.so > kcm_checkprinting.so > kcm_csvimporter.so > kcm_icalendarexporter.so > kcm_qif.so > konlinetasks_sepa.so > payeeidentifier_iban_bic_delegates.so > payeeidentifier_ibanbic_storageplugin.so > payeeidentifier_nationalaccount_storageplugin.so > payeeidentifier_nationalAccount_ui.so > qifexporter.so > qifimporter.so > reconciliationreport.so > > i've attached log of install, i can't see any errors. > > running from command line produces 3 lines: > WebConnect: Try to connect to WebConnect server > WebConnect: Connect to server failed > WebConnect: Running in server mode > > trying to open file from menu produces dialog box: > > Couldn't find any plugin for opening storage. > > Thanks for your help. Hi, Plugins were installed in the wrong path. They should be in /usr/lib/x86_64-linux-gnu/qt5/plugins/, not in /usr/local/lib/x86_64-linux-gnu/plugins/ Can you try to add a CMake option -DCMAKE_INSTALL_PREFIX=/usr like this cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. Hope this helps.
I added -DCMAKE_INSTALL_PREFIX=/usr, reinstalled and now have identical plugins in both libs /usr/lib/x86_64-linux-gnu/plugins/kmymoney /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney Both ways result in the same missing plugin error.
(In reply to David Nelson from comment #8) > I added -DCMAKE_INSTALL_PREFIX=/usr, reinstalled and now have identical > plugins in both libs > > /usr/lib/x86_64-linux-gnu/plugins/kmymoney > /usr/local/lib/x86_64-linux-gnu/plugins/kmymoney > > Both ways result in the same missing plugin error. Please, manually copy all the content from /usr/lib/x86_64-linux-gnu/plugins/ to /usr/lib/x86_64-linux-gnu/qt5/plugins/ Thanks.
Sorry, I missed the qt5 in the path ! Now kmm runs normally. Thanks a lot for the answer.
You probably need to configure KMyMoney with the following command: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_PLUGINDIR=/usr/lib/x86_64-linux-gnu/qt5/plugins assuming you are in the build sub-directory.
OK, noted for the next time, thanks.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!