From 4da55c78e65c24d033c954c5dc3a4ffec43aa20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 26 Oct 2012 13:10:22 +0200 Subject: [PATCH] Fix service prefix for KWin Effects --- tools/plasmapkg/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plasmapkg/main.cpp b/tools/plasmapkg/main.cpp index 3dc061cf3..6a2982b29 100644 --- a/tools/plasmapkg/main.cpp +++ b/tools/plasmapkg/main.cpp @@ -333,7 +333,7 @@ int main(int argc, char **argv) } else if (type.compare(i18nc("package type", "kwineffect"), Qt::CaseInsensitive) == 0 || type.compare("kwineffect", Qt::CaseInsensitive) == 0) { packageRoot = "kwin/effects/"; - servicePrefix = "kwin-effect-"; + servicePrefix = "kwin4_effect_"; pluginTypes << "KWin/Effect"; } else if (type.compare(i18nc("package type", "windowswitcher"), Qt::CaseInsensitive) == 0 || type.compare("windowswitcher", Qt::CaseInsensitive) == 0) {