GNOME Bugzilla – Bug 121377
shell_output: G_IO_HUP is not enough to detect broken pipe
Last modified: 2019-03-23 20:33:21 UTC
The end of the shell command is not detected and the "Done" message is never displayed, dialog box stays opened. broken pipe must be detected by HUP|IN+read() with EOF see http://bugzilla.gnome.org/show_bug.cgi?id=121345
Created attachment 19705 [details] [review] patch to detect broken pipe with G_IO_IN
Fixed in gedit 2.4.1. I have still to commit the fix in CVS HEAD.
Fixed in CVS HEAD too