Package: zenity / 3.4.0-2

Metadata

Package Version Patches format
zenity 3.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_dont_quit_zenity_when_stdin_ends.patch | (download)

src/notification.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 [patch] don't quit zenity when the input stream is closed

When using --listen for a notification, zenity quits when the stream
ends. This makes it impossible to read commands from a pipe as in
`echo icon:info | zenity --notification --listen'.

https://bugzilla.gnome.org/show_bug.cgi?id=525596

02_fix_segfault_in_listview.patch | (download)

src/tree.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---