Hi everybody, I had the same problem with my bash scripts, so I try to find out 
some solutions.
This is worked for me in Ubuntu Intrepid Ibex

my_app | (if `zenity --progress --auto-close --text='In progress' --title='In 
progress'`;
                 then
                     echo 'Job completed'
                 else
                     killall my_app
                 exit
                 fi)

-- 
zenity --progress cancel button doesn't return a value
https://bugs.launchpad.net/bugs/220656
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to