#985202 zenity: does not exit when stdin is closed with --listen

Package:
zenity
Source:
zenity
Description:
Display graphical dialog boxes from shell scripts
Submitter:
Francesco Potortì
Date:
2021-03-14 10:36:03 UTC
Severity:
normal
#985202#5
Date:
2021-03-14 10:33:41 UTC
From:
To:
$ zenity --notification --listen <<EOF
message: aaa\nbbb
icon: error
EOF

The above command shows a notification with text and the error icon.
However, zenity does not exit and needs to be killed explicitly.

When zenity is called with --listen, it should exit once stdin has been
closed.