windowmanager: do not enable 'windowmanager.service' by default

this is useless with xbmc in fullscreen/standalone mode, as
xbmc window won't even appear in  managed clients list. also
it could cause issues like xbmc losing focus.

3rdparty addons that need windowmanager for fullscreen/alt-tab/etc
can start it via 'systemctl start windowmanager.service'

closes #2675
This commit is contained in:
Stefan Saraev 2013-10-18 19:15:21 +03:00
parent a5d3c10ad0
commit 7252991e44
2 changed files with 0 additions and 8 deletions

View File

@ -42,7 +42,3 @@ make_target() {
configure_target() {
:
}
post_install() {
enable_service windowmanager.service
}

View File

@ -54,7 +54,3 @@ post_makeinstall_target() {
mkdir -p $INSTALL/etc
cp $PKG_DIR/config/ratpoisonrc $INSTALL/etc
}
post_install() {
enable_service windowmanager.service
}