https://bugs.kde.org/show_bug.cgi?id=433549
Bug ID: 433549 Summary: DBus Interface Definition Appears to be Wrong Product: frameworks-krunner Version: unspecified Platform: unspecified OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: alexander.loh...@gmx.de Reporter: jedibe...@gmail.com Target Milestone: --- SUMMARY The dbus interface definition for krunner plugins as found in org.kde.krunner1.xml list the return type for Match as a(sssuda{sv}). However this seems to incorrect. When writing a dbus plugin I had the return a(sssida{sv}) instead for krunner to accept my matches. STEPS TO REPRODUCE I'm a bit of noob to dbus and krunner so I'm not sure exactly how this stuff is supposed to work, I just know what I've observed. The return type I tell dbus I'm returning doesn't seems to matter (between u and i) but the actual type I return (i32 vs u32) does seem to matter. -- You are receiving this mail because: You are watching all bug changes.