[kmymoney] [Bug 515589] SQLite export via CLI
Ralf Habacker
bugzilla_noreply at kde.org
Mon Feb 9 15:10:09 GMT 2026
https://bugs.kde.org/show_bug.cgi?id=515589
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf.habacker at freenet.de
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
KMyMoney supports remote control of the application, allowing, for example,
loaded kmy or xml files to be saved in a different format and under a different
file name.
When support is enabled, the application can be controlled via qdbusviewer
using a graphical user interface or via qdbus on the command line.
This option is enabled when building KMyMoney with the cmake switch
-DKMM_DBUS=1, which is enabled by default on Linux.
An example of calling an existing function is:
qdbus | grep kmymoney
org.kde.kmymoney-1415
qdbus org.kde.kmymoney-1415 /KMymoney filename
file:///<path-to-actual-loaded-file>
However, the currently supported functions that can be accessed via DBus (see
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/org.kde.kmymoney.xml)
lack a corresponding “saveToFile” function, which would need to be added.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list