Comment 0 for bug 387984

Revision history for this message
mmm (mmm4m5m) wrote : "zenity --notification" is inconsistent (version 2.22.1)

Binary package hint: zenity

"zenity --notification --listen" can't show multi lines tooltip.
But as cmd line parameter is works fine: zenity --notification --text=$'line1\nline2'

"zenity --notification" does not have command line parameter for "message"
Also this does not work: echo 'message:hi' | zenity --notification
But this works: echo 'message:hi' | zenity --notification --listen

"zenity --notification --listen" does not exit (does nothing) on click on notification icon
But without "--listen", when notification icon is clicked, zenity does exit.

"zenity --notification" man page does not tell about icon and message, does not explain about tooltip.
Man page say only: "--text" set the notification text (message or tooltip?)