exploring zenity
Zenity is a linux command, which used to make a popup dialog box. With zenity there is many thing can be displayed.
I will show you some basic ‘zeniy’ commands.
In your terminal type “zenity — help” it will show you all possible commands with ‘zenity’
I will show you some basic commands.
2. Type “zenity — calendar” and it will pop up a date picker window,
3. Type “zenity — entry” it will pop up a text box
4. Now type “zenity — error”
5. In terminal type “zenity — info”
a information pop up came.
6. Type “zenity — progress”
it will show a process running, the running bar will not move because we don’t put any program behind it.
you can see on the above image.
8. Type “zenity — scale” and it will show a scale
increase the scale and hit ok the value will show in the terminal.
9. “zenity — text-info” it will show a text view
but you can’t type anything here.
Comments
Post a Comment