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’
in the above image you can see “Application Options”.

I will show you some basic commands.

2. Type “zenity — calendar” and it will pop up a date picker window,

pick any date and it will show up in the terminal.

3. Type “zenity — entry” it will pop up a text box

here you can enter anything and it will show in the terminal.
I type “hello” there and it printed on terminal.

4. Now type “zenity — error”
it will show an error dialog box.

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.

7. “zenity — question” it will show a question box,

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

Popular posts from this blog

GUI container on the Docker. Launch a container on docker in GUI mode. Run any GUI software on the container.

Fun commands in Linux