Plasmapkg -t can now detect the correct serviceType
This commit is contained in:
parent
32a46daa56
commit
38d22923b4
@ -288,6 +288,8 @@ int main(int argc, char **argv)
|
||||
type = "kwineffect";
|
||||
} else if (serviceType == "KWin/Script") {
|
||||
type = "kwinscript";
|
||||
} else if (serviceType == "Plasma/LayoutTemplate") {
|
||||
type = "layout-template";
|
||||
} else {
|
||||
type = serviceType;
|
||||
kDebug() << "fallthrough type is" << serviceType;
|
||||
|
Loading…
Reference in New Issue
Block a user