Improved the desktop file creation function.

This commit is contained in:
Storm Dragon 2022-01-03 02:37:35 -05:00
parent 8aff1c00f9
commit 3fdd5b5650

View File

@ -133,7 +133,7 @@ desktop_launcher() {
'Name=Audiogame manager' 'Name=Audiogame manager'
'GenericName=Audiogame Manager' 'GenericName=Audiogame Manager'
'Comment=Play audio games' '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' 'Terminal=false'
'Type=Application' 'Type=Application'
'StartupNotify=false' 'StartupNotify=false'