[kmymoney] [Bug 398409] KMyMoney does not prompt for password when connecting to database

Thomas Baumgart bugzilla_noreply at kde.org
Tue Sep 11 15:41:37 BST 2018


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

--- Comment #10 from Thomas Baumgart <tbaumgart at kde.org> ---
No, it will be printed like all the other stuff you see. If it does not show
up, then it could be that the installation of the plugins is not correct.

Here is how you could verify if they end up in the right directory. Check the
directory where a standard KDE plugin is located.

thb at thb-nb:~$ find /usr -name kcm_sddm.so 
/usr/lib64/qt5/plugins/kcm_sddm.so

Then search for a KMyMoney one. It needs to be in the same path but in a
subdirectory named kmymoney.

thb at thb-nb:~$ find /usr -name sqlstorage.so
/usr/lib64/qt5/plugins/kmymoney/sqlstorage.so

If you see multiple locations, then your build needs to tweak the
KDE_INSTALL_PLUGINDIR setting. I have mine set to "/usr/lib64/qt5/plugins". If
I don't do that, the plugins are installed in a false location and not picked
up.

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


More information about the KMyMoney-devel mailing list