Hello, I would like to add Lua scripting support to KMyMoney as a plugin. This is what I have as a draft:
https://github.com/CGenie/kmymoney/tree/4.7-lua-plugin/kmymoney/plugins/lua One question -- when I compile KMyMoney and install it into some /tmp directory -- does the kmymoney bin have to be executed in some special way? I mean I add an .rc file to add 'Lua...' to the Tools menu, I guess it has to find that .rc file somehow. If I just run /tmp/usr/bin/kmymoney the menu entry is not there. Regards, Przemek