summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-04-10 07:35:36 (GMT)
committerCecil <knoppmyth@gmail.com>2012-04-10 07:35:36 (GMT)
commitbc096e5878149993d838bb57b957a6e0734563a7 (patch)
tree32c60c9104957470615fa3ef649bdc2bc316314a /abs/extra/xbmc/xbmc.sh
parentd0525a9f1df778729f96591e72e0363d26ff47ef (diff)
downloadlinhes_pkgbuild-bc096e5878149993d838bb57b957a6e0734563a7.zip
linhes_pkgbuild-bc096e5878149993d838bb57b957a6e0734563a7.tar.gz
linhes_pkgbuild-bc096e5878149993d838bb57b957a6e0734563a7.tar.bz2
xbmc:Bumped to 11.0-4. Added xbmc.sh which stops XScreensaver. Modified menu entry to call xbmc.sh.
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r--abs/extra/xbmc/xbmc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh
new file mode 100644
index 0000000..a27f0f1
--- /dev/null
+++ b/abs/extra/xbmc/xbmc.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+#Stop XScreensaver
+stop_xss.sh &
+#Launch XBMC
+/usr/bin/xbmc --lircdev /var/run/lirc/lircd
+#Once XBMC exits, kill stop xss
+killall stop_xss.sh