#985198 zenity: man page lacks description of --hint

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

The above command shows a notification with the error icon, while the
subsequent one:

$ zenity --notification --listen <<EOF
icon: error
message: aaa\nbbb
EOF

shows the message without the icon.  It seems that the icon command is
accounted for only on the next message: command.  This should be either
corrected or mentioned in the man page.