summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-05-05 02:23:42 (GMT)
committerCecil <knoppmyth@gmail.com>2012-05-05 02:23:42 (GMT)
commitd781d43a49cd027b7fb124990efcf9107f0dbe79 (patch)
tree5def6c2687bab4fa2d0d4b69438c78cb795da846 /abs/extra/xbmc/xbmc.sh
parent59175d4cd3c31f77f42f02fe3e3a1d5ce6648fe9 (diff)
downloadlinhes_pkgbuild-d781d43a49cd027b7fb124990efcf9107f0dbe79.zip
linhes_pkgbuild-d781d43a49cd027b7fb124990efcf9107f0dbe79.tar.gz
linhes_pkgbuild-d781d43a49cd027b7fb124990efcf9107f0dbe79.tar.bz2
xbmc:Bumped to -6 to modified xbmc.sh so screensaver doesn't kick in.
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r--abs/extra/xbmc/xbmc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh
index 81584e4..333c857 100644
--- a/abs/extra/xbmc/xbmc.sh
+++ b/abs/extra/xbmc/xbmc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#Stop XScreensaver
-xscreensaver-command -exit
+stop_xss.sh
#Launch XBMC
/usr/bin/xbmc --lircdev /var/run/lirc/lircd
#Once XBMC exits, start XSceensager again
-xscreensaver -no-splash &
+killall stop_xss.sh