[startplasma] Fix systemd detection D-Bus calls
Systemd detection was broken resulting in false positives during the ListUnitFilesByPatterns
D-Bus calls.
Reply arguments are always a QList<QVariant>
with a single item of meta type QDBusArgument
, instead of the list of (string,string)
structs that was expected
Edited by Henri Chain