mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
a5d3c10ad0
commit
7252991e44
@ -42,7 +42,3 @@ make_target() {
|
||||
configure_target() {
|
||||
:
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service windowmanager.service
|
||||
}
|
||||
|
@ -54,7 +54,3 @@ post_makeinstall_target() {
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/ratpoisonrc $INSTALL/etc
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service windowmanager.service
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user