1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-15 14:10:09 -07:00

Added desktop templates and bug fixes

This commit is contained in:
Steve Magnuson 2019-10-19 13:24:35 -07:00
parent fabd532c47
commit 559ded4a69
14 changed files with 121 additions and 3 deletions

10
direwolf-left.template Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Exec=lxterminal --geometry=120x20 -t "DireWolf TNC (_LEFT_RADIO_)" -e "/usr/local/bin/dw-left.sh"
Name=Dire Wolf TNC (_LEFT_RADIO_)
Comment=APRS Soundcard TNC
Icon=/usr/share/direwolf/pixmaps/dw-icon.png
Path=/home/pi
#Terminal=true
Categories=HamRadio;
Keywords=Ham Radio;APRS;Soundcard TNC;KISS;AGWPE;AX.25

10
direwolf-right.template Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Exec=lxterminal --geometry=120x20 -t "DireWolf TNC (_RIGHT_RADIO_)" -e "/usr/local/bin/dw-right.sh"
Name=Dire Wolf TNC (_RIGHT_RADIO_)
Comment=APRS Soundcard TNC
Icon=/usr/share/direwolf/pixmaps/dw-icon.png
Path=/home/pi
#Terminal=true
Categories=HamRadio;
Keywords=Ham Radio;APRS;Soundcard TNC;KISS;AGWPE;AX.25

10
flamp-left.template Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=flamp
GenericName=Amateur Multicast Protocol Client/Server
Comment=Amateur Radio Communications
Exec=flamp --config-dir /home/pi/.nbems-left/FLAMP -ti "FLAMP (_LEFT_RADIO_)"
Icon=flamp
Terminal=false
Type=Application
Categories=HamRadio;
Name[en_US]=Flamp (_LEFT_RADIO_)

10
flamp-right.template Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=flamp
GenericName=Amateur Multicast Protocol Client/Server
Comment=Amateur Radio Communications
Exec=flamp --config-dir /home/pi/.nbems-right -ti "FLAMP (_RIGHT_RADIO_)"
Icon=flamp
Terminal=false
Type=Application
Categories=HamRadio;
Name[en_US]=Flamp (_RIGHT_RADIO_)

9
flarq-left.template Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Flarq (_LEFT_RADIO_)
GenericName=Fldigi ARQ Utility
Comment=Amateur Radio Data Transfer with ARQ
Exec=flarq -ti "Flarq (_LEFT_RADIO_) --arq-server-port 7322"
Icon=flarq
Terminal=false
Type=Application
Categories=HamRadio;

9
flarq-right.template Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Flarq (_RIGHT_RADIO_)
GenericName=Fldigi ARQ Utility
Comment=Amateur Radio Data Transfer with ARQ
Exec=flarq -ti "Flarq (_RIGHT_RADIO_)" --arq-server-port 7323
Icon=flarq
Terminal=false
Type=Application
Categories=HamRadio;

9
fldigi-left.template Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Fldigi (_LEFT_RADIO_)
GenericName=Amateur Radio Digital Modem
Comment=Amateur Radio Sound Card Communications
Exec=sh -c '/usr/local/bin/trim-fldigi-log.sh "yesterday";PULSE_SINK=fepi-playback PULSE_SOURCE=fepi-capture fldigi --config-dir /home/pi/.fldigi-left -title "Fldigi (_LEFT_RADIO_)" --flmsg-dir /home/pi/.nbems-left'
Icon=fldigi
Terminal=false
Type=Application
Categories=HamRadio;

9
fldigi-right.template Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Fldigi (_RIGHT_RADIO_)
GenericName=Amateur Radio Digital Modem
Comment=Amateur Radio Sound Card Communications
Exec=sh -c '/usr/local/bin/trim-fldigi-log.sh "yesterday";PULSE_SINK=fepi-playback PULSE_SOURCE=fepi-capture fldigi --config-dir /home/pi/.fldigi-right -title "Fldigi (_RIGHT_RADIO_)" --flmsg-dir /home/pi/.nbems-right'
Icon=fldigi
Terminal=false
Type=Application
Categories=HamRadio;

11
flmsg-left.template Normal file
View File

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Flmsg (_LEFT_RADIO_)
GenericName=Amateur Radio Message Generator
Comment=Amateur Radio Communications
Exec=sh -c '/usr/local/bin/trim-flmsg-log.sh "1 month ago";VER="$(flmsg --version | cut -d" " -f2)";flmsg --flmsg-dir /home/pi/.nbems-left --server-port 8080 -ti "Flmsg $VER (_LEFT_RADIO_)"'
Icon=flmsg
Terminal=false
Type=Application
Categories=HamRadio;
Name[en_US]=Flmsg (_LEFT_RADIO_)
Path=/home/pi

11
flmsg-right.template Normal file
View File

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Flmsg (_RIGHT_RADIO_)
GenericName=Amateur Radio Message Generator
Comment=Amateur Radio Communications
Exec=sh -c '/usr/local/bin/trim-flmsg-log.sh "1 month ago";VER="$(flmsg --version | cut -d" " -f2)";flmsg --flmsg-dir /home/pi/.nbems-right --server-port 8090 -ti "Flmsg $VER (_RIGHT_RADIO_)"'
Icon=flmsg
Terminal=false
Type=Application
Categories=HamRadio;
Name[en_US]=Flmsg (_RIGHT_RADIO_)
Path=/home/pi

10
flrig-left.template Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=Flrig (_LEFT_RADIO_)
GenericName=Amateur Radio Rig Control
Comment=Amateur Radio Communications
Exec=sh -c '/usr/local/trim-flrig-log.sh "yesterday";flrig --debug-level 0 --config-dir /home/pi/.flrig-left'
Icon=flrig
Terminal=false
Type=Application
Categories=HamRadio;
NoDisplay=true

10
flrig-right.template Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=Flrig (_RIGHT_RADIO_)
GenericName=Amateur Radio Rig Control
Comment=Amateur Radio Communications
Exec=sh -c '/usr/local/trim-flrig-log.sh "yesterday";flrig --debug-level 0 --config-dir /home/pi/.flrig-right'
Icon=flrig
Terminal=false
Type=Application
Categories=HamRadio;
NoDisplay=true

View File

@ -1 +1 @@
VERSION="1.3.0"
VERSION="1.4.0"

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="1.0.3"
VERSION="1.0.4"
# This script allows the user to change the title bar of Fldigi suite and Direwolf
# applications so they say something other than "Left Radio" or "Right Radio"
@ -41,7 +41,7 @@ fi
ANS=""
ANS="$(yad --title="$TITLE" \
--text="<b><big><big>Auto-HotSpot Configuration Parameters</big></big>\n\n</b>Status: <b><span color='blue'>$STATUS</span>\n\n \
--text="<b><big><big>Name Your Radios</big></big>\n\n</b>Status: <b><span color='blue'>$STATUS</span>\n\n \
$MESSAGE</b>\n" \
--item-separator="!" \
--center \