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:

enter image description here

try updating zenity


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -