Create Form in Zenity using BASH script? -
i trying bash script create form in zenity.
i tried 1 available on official site https://help.gnome.org/users/zenity/stable/forms.html.en throws error.
code , error below:
zenity --forms --title="add friend" --text="enter information friend." \ --separator="," --add-entry="first name" --add-entry="family name" \ --add-entry="email" --add-calendar="birthday"
error:
this option not available. please see --help possible usages
on analysing found error because of option --forms
.
do let me know if there other way create form in zenity besides using option --forms
your command works fine on zenity 3.4.0 on ubuntu:
try updating zenity
Comments
Post a Comment