https://bugs.kde.org/show_bug.cgi?id=515589
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ralf Habacker <[email protected]> --- 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.
