GNOME Bugzilla – Bug 395837
Dictionary simply doesn't show a result and no error massage
Last modified: 2007-01-14 14:29:04 UTC
For a period of a few days the dictionary application (including the panel applet) simply didn't any results and it didn't give any error massages to explain why. Since the problem has went away now I suspect it was because the dict server was down. So what I suggest is: When the server is down dictionary should show a error massage informing the user that that is the reason. So they will have patience with the server and not file bug-reports about it Other information: This bug is forwarded from Ubuntu. The original report is here: https://launchpad.net/ubuntu/+source/gnome-utils/+bug/78173
fixed in revision 7327 2007-01-12 Emmanuele Bassi <ebassi@gnome.org> * libgdict/gdict-client-context.c: Add a timeout or 30 seconds when establishing a connection to the dictionary server; if we receive something on the wire within the timeout limit we are safe, otherwise we force closing the connection. (#395837) * libgdict/gdict-defbox.c: Hush compiler warnings. * src/gdict-window.c: Try and fall back to the default source if we could not find the one set in GConf, before actually giving up. (#395125)
Thanks you for the fix and the reply