Display GTK+ dialog boxes and notifications from the command line
GTK+ dialog boxes for the command-line
zenity$ zenity --info --text='Installation complete!'$ zenity --file-selection --title='Choose a file'$ zenity --password --title='Authentication'