https://bugs.kde.org/show_bug.cgi?id=400684
Yuri Chornoivan <yurc...@ukr.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yurc...@ukr.net --- Comment #7 from Yuri Chornoivan <yurc...@ukr.net> --- (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. -- You are receiving this mail because: You are the assignee for the bug.