https://bugs.kde.org/show_bug.cgi?id=390627
--- Comment #1 from Georg Pichler <georg.pich...@gmail.com> --- After some digging, I believe the bug was introduced in commit 9db968bfd: At line 475 in kmymoney/plugins/qif/import/mymoneyqifreader.cpp the QStringList arguments is set to the program name, including the arguments: arguments << m_qifProfile.filterScriptImport().split(' ', QString::KeepEmptyParts); However, the actual QString program is never set. Could that be the reason? -- You are receiving this mail because: You are watching all bug changes.