Skip to content

[startplasma] Fix systemd detection D-Bus calls

Henri Chain requested to merge work/fix-systemd-detection into master

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

Merge request reports