From e7976ddc4578fdf5f854330976b5d31e1afee707 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 21 Oct 2022 12:56:34 -0500 Subject: [PATCH] fix for x86 --- mobilink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobilink b/mobilink index f559bed..d493076 100755 --- a/mobilink +++ b/mobilink @@ -49,7 +49,7 @@ BUT=$? if [ "$BUT" = '2' ] || [ "$BUT" = '252' ]; then exit elif [ "$BUT" = '1' ]; then - lxterminal -e $HOME/patmenu2/mobi-pair + gnome-terminal -e $HOME/patmenu2/mobi-pair exit fi