From d7174ab1d570d549f96db4ab051aecd4f50a0b0b Mon Sep 17 00:00:00 2001 From: "Michael T. DeGuzis" Date: Thu, 7 Mar 2024 16:50:00 -0500 Subject: [PATCH] Add kgx to list --- utilities/update-emulators/launch-update-emulators.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/update-emulators/launch-update-emulators.sh b/utilities/update-emulators/launch-update-emulators.sh index ed5529d7..1b3c2051 100755 --- a/utilities/update-emulators/launch-update-emulators.sh +++ b/utilities/update-emulators/launch-update-emulators.sh @@ -19,6 +19,8 @@ if [[ -f "/usr/bin/konsole" ]]; then konsole -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"' elif [[ -f "/usr/bin/gnome-terminal" ]]; then gnome-terminal -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"' +elif [[ -f "/usr/bin/kgx" ]]; then + kgx -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"' else echo "[ERROR] Unknown terminal in use" exit 1