Is there a way to hide terminal when a bash script for zenity is executed
eg:
szAnswer=$(zenity --entry --text "where are you?" --entry-text "at home"); echo $szAnswer
I want to hide the terminal and only gui-zenity should be visible while executing by double click