summaryrefslogtreecommitdiffstats
path: root/abs/extra/plex-home-theater/plexhometheater.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-03-16 23:51:01 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-03-16 23:51:01 (GMT)
commit31841a335c75534c56a8d336a2a8db82e49df7da (patch)
treef7f5022b330b0cbd757bda68aefd39c91555c443 /abs/extra/plex-home-theater/plexhometheater.sh
parent17647fa586e84751187af765373f1059e15b549e (diff)
downloadlinhes_pkgbuild-31841a335c75534c56a8d336a2a8db82e49df7da.zip
linhes_pkgbuild-31841a335c75534c56a8d336a2a8db82e49df7da.tar.gz
linhes_pkgbuild-31841a335c75534c56a8d336a2a8db82e49df7da.tar.bz2
plex-home-theater: stop xscreensaver
Diffstat (limited to 'abs/extra/plex-home-theater/plexhometheater.sh')
-rwxr-xr-xabs/extra/plex-home-theater/plexhometheater.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/abs/extra/plex-home-theater/plexhometheater.sh b/abs/extra/plex-home-theater/plexhometheater.sh
index 53276ff..579bed6 100755
--- a/abs/extra/plex-home-theater/plexhometheater.sh
+++ b/abs/extra/plex-home-theater/plexhometheater.sh
@@ -1,5 +1,11 @@
#!/bin/sh
+#Stop XScreensaver
+stop_xss.sh &
+#Launch plex
export XBMC_BIN_HOME='/usr/lib/plexhometheater'
export XBMC_HOME='/usr/share/plexhometheater'
-exec plexhometheater
+plexhometheater
+
+#Start Xscreensaver again
+killall stop_xss.sh