https://bugs.kde.org/show_bug.cgi?id=433549
--- Comment #8 from Alexander Lohnau <[email protected]> --- I have build your project locally and had changed the type to "u", then I looked at the KRunner output: kf.runner: Error requesting matches; calling "dev.benaaron.poki-krunner" : "org.freedesktop.DBus.Error.InvalidSignature" "Unexpected reply signature: got \"a(sssuda{sv})\", expected \"a(sssida{sv})\"" In the krunner dbusutils.h file I found: uint type; argument >> type; match.type = static_cast<Plasma::QueryMatch::Type>(type); I also found https://github.com/shochdoerfer/krunner-gitlab/blob/master/krunner.go#L28, there the type is int32. @davidedmundson Do you have any idea? -- You are receiving this mail because: You are watching all bug changes.
