Bug#730567: libglib2.0-bin: unhelpful error message "Error: Timeout was reached" from gdbus

Simon McVittie smcv at debian.org
Tue Nov 26 17:31:07 UTC 2013


On 26/11/13 16:30, Vincent Lefevre wrote:
> (but since the error message comes from libgio, I suppose that the
> former string is simpler to generate, e.g. with "gdbus: %s").

Actually, the line at fault appears to be in the gdbus utility
(gdbus-tool.c) rather than anything to do with the library:

      g_printerr (_("Error: %s\n"), error->message);

so either form would work.

All the g_printerr() calls in that file have the same problem of not
providing the context of "who said that?" when gdbus is used
noninteractively.

    S



More information about the pkg-gnome-maintainers mailing list