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…
script
- 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…
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…
- This entry is part 3 of 13 in the series GUI for bash script using Zenity
To create a notification icon in zenity, use the –notification option. This article will guide you fully on this option of zenity. This option is quite interesting, you can write…
- This entry is part 2 of 13 in the series GUI for bash script using Zenity
This article will guide you to write a small bash script using zenity to create a calendar dialog. Of course, with a very short line, the zenity will completed this…