Top "Zenity" questions

Zenity is free software and a cross-platform program that allows the execution of GTK+ dialog boxes in command-line and shell scripts.

What's the simplest cross-platform way to pop up graphical dialogs in Python?

I want the simplest possible way to pop up simple dialogs in Python scripts. Ideally, the solution would: Work on …

python cross-platform dialog zenity
Control the size of the content in a zenity window?

I can control the size of a zenity window with the --width and the --height arguments: $ zenity --info --text="This …

user-interface zenity
How to grep a string in until loop in bash?

I work on a script compressing files. I want to do an 'until loop' til' the content of variable matches …

bash loops grep zenity
how to get the values of different forms in zenity

I want to get the values of the form in zenity (Ipaddress value written by user) in order to do …

bash shell zenity
zenity dialog window with two buttons but no text entry

I would like to create a zenity dialog window with two buttons as only user input. The following creates a …

bash user-interface zenity
Bash, zenity progress bar without cancel

Currently developing a small bash script, my needs are a progress bar that doesn't come with a cancel button. I …

bash progress-bar zenity
git stderr output can't pipe

I'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 zenity
zenity input file with several lines

I have a problem with zenity I cannot work out. Could you guys help me? I have a 7 line long …

bash input line cat zenity
How can my shell script control the placement of a zenity window?

I'm using zenity to post a simple notification when my spam-filter daemon filters a group of messages. Currently this message …

shell x11 zenity
How to send values to Zenity progress bar

I'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