profile=$(zenity --list 2>/dev/null --width=710 --height=1200 --title="Choose your default FoxTelem profile:" --column="Profile" --column="Application" Fox-in-a-Box "Receive and decode telemetry from the AMSAT Fox satellites""CubeSatSim Ground Station""Receive and decode telemetry from an AMSAT CubeSatSim")
echo$profile
if[ -z "$profile"];then
echo"You need to choose your default FoxTelem profile."