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
zen.sh
its executing without any problem. The problem is when executing the script (double click) terminal also runs with the GUI. I want to prevent this, i want only GUI to run – potholiday Jun 12 '15 at 00:17#!/bin/bash
? If not, add it. – s3lph Jun 12 '15 at 07:07#!/bin/bash
– potholiday Jun 12 '15 at 10:17