From 7fbf497a8e6820ea819f64ba7141f8e543f0e98d Mon Sep 17 00:00:00 2001 From: Fredrik Lundhag Date: Sun, 31 May 2026 13:10:20 +0200 Subject: [PATCH] add hamradio category to launcher Additional categories to match other HAM software that might be installed --- apps/VARA HF/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/VARA HF/install b/apps/VARA HF/install index 07bfea1899..7d0dd708eb 100755 --- a/apps/VARA HF/install +++ b/apps/VARA HF/install @@ -57,7 +57,7 @@ Terminal=false StartupNotify=false Type=Application StartupWMClass=vara.exe -Categories=Utility;" > "${APPDIR}"/VARA/varahf.desktop || error 'Failed to create menu button!' +Categories=Utility;Network;HamRadio;" > "${APPDIR}"/VARA/varahf.desktop || error 'Failed to create menu button!' sudo rm -rf "${APPDIR}"/wine/Programs/VARA # remove wine's auto-generated VARA HF program icon from the start menu true