Zenity is free software and a cross-platform program that allows the execution of GTK+ dialog boxes in command-line and shell scripts.
Questions tagged [zenity]
198 questions
-1
votes
2 answers
'RUN' in Linux Mint wont work
when i double click on an executable file, it wont run after i click RUN. i have tried it with a couple of .sh files and some downloaded software, does anyone know why?
a particular .sh file i need to run is a zenity menu. When i try in terminal it…

Cain Neal
- 197
- 2
- 4
- 15
-2
votes
1 answer
Error occurred while installing zenity
I was trying to install zenity, from the command
sudo apt-get install zenity
and the result its
The following packages have unmet dependencies:
zenity : Depends: libwebkit2gtk-4.0-37 (>= 2.5.3) but it is not going to be installed
E: Unable to…

cocoa
- 11
- 6
-3
votes
1 answer
True, false, background process in Bash
Final result of the finite tasks in the background:
( wget google.com && zenity --info || zenity --error ) & PID=$!
...if ... kill $PID ...zenity ...
Why will not he act? How should it be good?
[edit:] Fixed, thanks.

user1365064
- 11
- 3