From 3fdd5b5650605fc6840b4da29df3e4f7a9e74603 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 3 Jan 2022 02:37:35 -0500 Subject: [PATCH] Improved the desktop file creation function. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 78efa07..1ac0bd2 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -133,7 +133,7 @@ desktop_launcher() { 'Name=Audiogame manager' 'GenericName=Audiogame Manager' 'Comment=Play audio games' - "Exec=${terminal} -e \"/usr/bin/bash -c 'nohup $(readlink -e "$0") 2> /dev/null';disown;exit 0\"" + "Exec=${terminal} -t \"Audiogame Manager\" -e \"/usr/bin/bash -c 'nohup $(readlink -e "$0") 2> /dev/null'\"" 'Terminal=false' 'Type=Application' 'StartupNotify=false'