From fd955b67ade9f7d91fb084104ab52abafeb730c2 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Thu, 27 May 2004 01:23:33 +0000 Subject: Add a daemon/ConsoleCannotHandle key which lists languages which should Wed May 26 18:23:14 2004 George Lebl * daemon/auth.c, daemon/display.c, daemon/gdm.[ch], daemon/misc.[ch], daemon/server.c, daemon/slave.c, daemon/verify-pam.c, docs/C/gdm.xml, config/gdm.conf.in: Add a daemon/ConsoleCannotHandle key which lists languages which should not be used on the console because they won't work. Uses "C" locale strings instead then. Should "fix" #135387, but I suppose there's no clean way to do this, just let the distributors ship proper config files and have them test it (yeah right). I've tested the current set on RH9 and I listed all of the ones that didn't work. --- daemon/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'daemon/auth.c') diff --git a/daemon/auth.c b/daemon/auth.c index cae31eb2..7b0e8a60 100644 --- a/daemon/auth.c +++ b/daemon/auth.c @@ -71,8 +71,8 @@ display_add_error (GdmDisplay *d) "add_auth_entry"); if (d->console) { char *s = g_strdup_printf - (_("GDM could not write a new authorization " - "entry to disk. Possibly out of diskspace.%s%s"), + (C_(N_("GDM could not write a new authorization " + "entry to disk. Possibly out of diskspace.%s%s")), errno != 0 ? " Error: " : "", errno != 0 ? strerror (errno) : ""); gdm_text_message_dialog (s); -- cgit v1.2.1