Zenity is free software and a cross-platform program that allows the execution of GTK+ dialog boxes in command-line and shell scripts.
I want the simplest possible way to pop up simple dialogs in Python scripts. Ideally, the solution would: Work on …
python cross-platform dialog zenityI can control the size of a zenity window with the --width and the --height arguments: $ zenity --info --text="This …
user-interface zenityI want to get the values of the form in zenity (Ipaddress value written by user) in order to do …
bash shell zenityI would like to create a zenity dialog window with two buttons as only user input. The following creates a …
bash user-interface zenityCurrently developing a small bash script, my needs are a progress bar that doesn't come with a cancel button. I …
bash progress-bar zenityI'm writing a graphical URI handler for git:// links with bash and zenity, and I'm using a zenity 'text-info' dialog …
git bash pipe named-pipes zenityI'm using zenity to post a simple notification when my spam-filter daemon filters a group of messages. Currently this message …
shell x11 zenityI've written a simple script that uses 7zip to backup a directory. Everything works, but now I wanted to add …
linux shell progress-bar zenity