QML staff with serviceType KWin/{WindowSwitcher,Effect,Script} are now
being installed on ${DATA_INSTALL_DIR}/${KWIN_NAME}/
This commit is contained in:
parent
ec788f1f47
commit
32a46daa56
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user