QML staff with serviceType KWin/{WindowSwitcher,Effect,Script} are now

being installed on ${DATA_INSTALL_DIR}/${KWIN_NAME}/
This commit is contained in:
Antonis Tsiapaliokas 2012-06-10 14:08:59 +03:00
parent ec788f1f47
commit 32a46daa56

View File

@ -282,6 +282,12 @@ int main(int argc, char **argv)
// was specified and we have wallpaper plugin package (instead of
// wallpaper image package)
type = "wallpaperplugin";
} else if (serviceType == "KWin/WindowSwitcher") {
type = "windowswitcher";
} else if (serviceType == "KWin/Effect") {
type = "kwineffect";
} else if (serviceType == "KWin/Script") {
type = "kwinscript";
} else {
type = serviceType;
kDebug() << "fallthrough type is" << serviceType;