From 9ce78052d81cee2da9a4973166bfc98a00b31ac1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jun 2020 16:21:13 -0400 Subject: [PATCH] Updates for v4 --- groundstation/fox.sh | 2 ++ groundstation/foxtelem.desktop | 6 +++--- groundstation/rtl-tcp-d.sh | 2 ++ groundstation/rtl-tcp.sh | 2 ++ groundstation/sdr.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/groundstation/fox.sh b/groundstation/fox.sh index 09a34837..95b68b89 100755 --- a/groundstation/fox.sh +++ b/groundstation/fox.sh @@ -15,6 +15,8 @@ sudo killall -9 rtl_tcp &>/dev/null sudo killall -9 java &>/dev/null +sudo killall -9 gqrx &>/dev/null + /home/pi/FoxTelem_1.09k6_linux/FoxTelem & #/usr/bin/chromium-browser --noerrdialogs --disable-infobars http://localhost:8073 &>/dev/null & diff --git a/groundstation/foxtelem.desktop b/groundstation/foxtelem.desktop index c78a12ac..401800f8 100644 --- a/groundstation/foxtelem.desktop +++ b/groundstation/foxtelem.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Exec=/home/pi/FoxTelem_1.09g_linux/FoxTelem +Exec=/home/pi/fox.sh Name=FoxTelem -Comment=Test Version 1.09b for CubeSatSim -Icon=/home/pi/Downloads/foxtelem.png +Comment=Test Version 1.09 for CubeSatSim +Icon=/home/pi/Downloads/amsat.jpg Path=/home/pi #Terminal=true Categories=HamRadio diff --git a/groundstation/rtl-tcp-d.sh b/groundstation/rtl-tcp-d.sh index 63fcc5bc..8edba5f9 100755 --- a/groundstation/rtl-tcp-d.sh +++ b/groundstation/rtl-tcp-d.sh @@ -19,6 +19,8 @@ echo sudo killall -9 java &>/dev/null +sudo killall -9 gqrx &>/dev/null + sudo systemctl stop rtl_tcp sudo systemctl stop openwebrx diff --git a/groundstation/rtl-tcp.sh b/groundstation/rtl-tcp.sh index 1dfd2554..5e7ea5be 100755 --- a/groundstation/rtl-tcp.sh +++ b/groundstation/rtl-tcp.sh @@ -31,6 +31,8 @@ sudo systemctl stop openwebrx sudo killall -9 rtl_tcp &>/dev/null +sudo killall -9 gqrx &>/dev/null + sudo systemctl start rtl_tcp $SHELL diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 34f523ba..009c8471 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -23,6 +23,8 @@ sudo systemctl stop rtl_tcp sudo killall -9 rtl_tcp &>/dev/null +sudo killall -9 gqrx &>/dev/null + sudo systemctl stop openwebrx #sudo cp /etc/openwebrx/config_webrx_vhf.py /etc/openwebrx/config_webrx.py