summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-04-11 19:02:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-04-11 19:02:27 (GMT)
commitcfb09c8f75295d1ba1257f442d4cae34c7ee991d (patch)
treea2e7b086873addef2d4f01be25d4107290db9119 /abs
parent6d979f56c21c591051a9346bb1af3e7da13ca518 (diff)
downloadlinhes_pkgbuild-cfb09c8f75295d1ba1257f442d4cae34c7ee991d.zip
linhes_pkgbuild-cfb09c8f75295d1ba1257f442d4cae34c7ee991d.tar.gz
linhes_pkgbuild-cfb09c8f75295d1ba1257f442d4cae34c7ee991d.tar.bz2
web-on-linhes: remove urls that no longer work
add --start-maximized as it is working again
Diffstat (limited to 'abs')
-rw-r--r--abs/extra/web-on-linhes/PKGBUILD6
-rw-r--r--abs/extra/web-on-linhes/web-on-linhes.sh6
-rwxr-xr-xabs/extra/web-on-linhes/web-on-linhes_is.conf16
3 files changed, 6 insertions, 22 deletions
diff --git a/abs/extra/web-on-linhes/PKGBUILD b/abs/extra/web-on-linhes/PKGBUILD
index 0746933..6512914 100644
--- a/abs/extra/web-on-linhes/PKGBUILD
+++ b/abs/extra/web-on-linhes/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=web-on-linhes
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Added multiple websites with 10' UIs to Play Online Streams."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -22,6 +22,6 @@ package() {
#add wol-custom-cmds file
install -D -o1000 -g1000 -m755 ${srcdir}/wol-custom-cmds.sh ${pkgdir}/home/mythtv/.wol-custom-cmds.sh
}
-md5sums=('f37e208b713ee5b5b3ac54b63597f39f'
- '7eb75860715a84e7e75b804e159adf35'
+md5sums=('fb0878e348ebc3de11f155ad811fa3c7'
+ 'b53251102bb3d075b2307a8991d6f7bb'
'9f59fabdf944a7381919d4c8407ac21c')
diff --git a/abs/extra/web-on-linhes/web-on-linhes.sh b/abs/extra/web-on-linhes/web-on-linhes.sh
index 3c458dd..bf5c794 100644
--- a/abs/extra/web-on-linhes/web-on-linhes.sh
+++ b/abs/extra/web-on-linhes/web-on-linhes.sh
@@ -6,12 +6,12 @@ irxPID=$!
#Stops xscreensaver from running.
stop_xss.sh &
xssPID=$!
-#Launches chrome in full screen
-(sleep 3; wmctrl -r "Google Chrome" -b add,fullscreen) &
+#Launches chrome in full screen; isn't needed as --start-maximized is working again
+#(sleep 3; wmctrl -r "Google Chrome" -b add,fullscreen) &
#Launches file to run any custom cmds
(sleep 4; /home/mythtv/.wol-custom-cmds.sh $@) &
#Launch chrome
-google-chrome --no-first-run --kiosk $@
+google-chrome --no-first-run --kiosk --start-maximized $@
#Once done, stops irxevent and stop_xss.sh
kill $irxPID
kill $xssPID
diff --git a/abs/extra/web-on-linhes/web-on-linhes_is.conf b/abs/extra/web-on-linhes/web-on-linhes_is.conf
index 2913ec0..5cfa217 100755
--- a/abs/extra/web-on-linhes/web-on-linhes_is.conf
+++ b/abs/extra/web-on-linhes/web-on-linhes_is.conf
@@ -25,22 +25,6 @@
<!--#WebOnTV-->
<button>
<type>STREAM</type>
- <text>TuneIn</text>
- <action>EXEC /usr/LH/bin/web-on-linhes.sh http://tv.tunein.com/</action>
- </button>
- <!--#WebOnTV-->
-
- <!--#WebOnTV-->
- <button>
- <type>STREAM</type>
- <text>Vimeo</text>
- <action>EXEC /usr/LH/bin/web-on-linhes.sh http://www.vimeo.com/couchmode</action>
- </button>
- <!--#WebOnTV-->
-
- <!--#WebOnTV-->
- <button>
- <type>STREAM</type>
<text>YouTube</text>
<action>EXEC /usr/LH/bin/web-on-linhes.sh http://www.youtube.com/tv</action>
</button>