Comment 2 for bug 291850

Revision history for this message
hamacker (sirhamacker) wrote :

Hummm, but is it a zenity bug or new zenity "modus operandi" ?

I have the same problem with if, for, while,... when dont use any echo. Example :

while true ; do
  # I dont have any echo
  var="test" ;
  # bla, bla, bla...
done|zenity --progress --pulsate --auto-close --title="pulsate testing" --text "pulsate ?"

Prior versions, zenity runs OK.