Public bug reported:

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"
This does not work: zenity --notification --title hi
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?)

** Affects: zenity (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  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'
+ But as cmd line parameter is works fine: zenity --notification --text 
$'line1\nline2'
  
  "zenity --notification" does not have command line parameter for "message"
+ This does not work: zenity --notification --title hi
  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?)

-- 
"zenity --notification" is inconsistent (version 2.22.1)
https://bugs.launchpad.net/bugs/387984
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to zenity in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to