Zenity supports a number of message types. This article will guide you through these types of messages. To make the message dialog very simple, just use the –text option with the…
Linux
- This entry is part 11 of 13 in the series GUI for bash script using Zenity
This article will guide you through create a text entry dialog. This dialog is quite simple, the number of support options of the command is not much so this will…
- This entry is part 10 of 13 in the series GUI for bash script using Zenity
Today, i will guide you how to use zenity to create a list dialog. The list dialog is quite useful, so you can use it to create options in your program.…
- This entry is part 9 of 13 in the series GUI for bash script using Zenity
To create a dialog box in Zenity is quite simple. You only need to use the –scale option to have the dialog box appear. However, the full use of the…
- This entry is part 8 of 13 in the series GUI for bash script using Zenity
In this article, we will use zenity to create a form dialog. I think this is a very interesting feature in zenity. When creating the GUI, creating a form is…
In this article, I will show you how to make the bash script run as a service on CentOS 7 (versions 7.x). Although CentOS 6.x is still supported by 2021…
Today I will show you how to make a bash script run as service in CentOS 6 (versions 6.x). Running a bash script as a service is very useful for…
- This entry is part 7 of 13 in the series GUI for bash script using Zenity
In this article, we will talk about how to make progress dialog. We will use the –progress option in zenity to do this. You can easily see the software used…
- This entry is part 6 of 13 in the series GUI for bash script using Zenity
To create a file selection dialog with zenity, we use the –file-selection option. This is a very useful option. It allows you to create a program that allows you to…
- This entry is part 5 of 13 in the series GUI for bash script using Zenity
Zenith supports a command that allows you to create a password entry dialog. This command is quite useful because when you build the program, somewhere in your program needs to…