GNOME Bugzilla – Bug 312246
FR does not read all pending output
Last modified: 2005-08-02 16:35:12 UTC
As I already mentioned in http://bugzilla.gnome.org/show_bug.cgi?id=157940 a long time ago, there is a problem sometimes such that there's no output from the command line in the error message dialog. The problem is that the command may not in every case end its output with a newline before EOF. For example rar does that when testing of an archive fails. Additionally, the "Command Line Output" scrolled window inside the "Error" dialog looks a bit ugly because of its shadow type.
Created attachment 50071 [details] [review] Read output from commands until EOF + Process the output of commands line by line, but read until the end of output when EOF on the file descriptor is encountered. + Changed the shadow type of the scrolled window inside the Error dialog to GTK_SHADOW_ETCHED_IN.
patch applied, thank you.