summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-21 19:33:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-21 19:33:46 (GMT)
commit4776ad244bf71b6045d3a907ffd7715bbe825668 (patch)
tree4f97b58fa7d22f48993075283d4aa973963fc07c /abs/extra/xbmc/xbmc.sh
parentbdc2af6dda9f7bffcd98a76a71b89347413648a6 (diff)
downloadlinhes_pkgbuild-4776ad244bf71b6045d3a907ffd7715bbe825668.zip
linhes_pkgbuild-4776ad244bf71b6045d3a907ffd7715bbe825668.tar.gz
linhes_pkgbuild-4776ad244bf71b6045d3a907ffd7715bbe825668.tar.bz2
merge_conflict fix..no change
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r--abs/extra/xbmc/xbmc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh
index a27f0f1..81584e4 100644
--- a/abs/extra/xbmc/xbmc.sh
+++ b/abs/extra/xbmc/xbmc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#Stop XScreensaver
-stop_xss.sh &
+xscreensaver-command -exit
#Launch XBMC
/usr/bin/xbmc --lircdev /var/run/lirc/lircd
-#Once XBMC exits, kill stop xss
-killall stop_xss.sh
+#Once XBMC exits, start XSceensager again
+xscreensaver -no-splash &