@fabiscafe I guess via stdin, but I never used `--process`

@fabiscafe just looked in the man page. There is an example via stdin:

> Display a progress dialog while searching for all the postscript files in your home directory

```console
$ find $HOME -name '*.ps' | zenity --progress --pulsate
```

@lukasrotermund That doesnt help here, sadly. I know how to show a progress bar. I however dont know how to show a (working) progress bar for a download.